summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2012-02-15 12:19:24 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2012-02-15 12:19:24 +0000
commit26af1595c49eb5864d538e28c64befc7be130582 (patch)
treedadfd9c6c6de6366e6e07b51ed694342531267bc /gnustep-apps
parentVersion bump, seems to fix bug #356207 (diff)
downloadhistorical-26af1595c49eb5864d538e28c64befc7be130582.tar.gz
historical-26af1595c49eb5864d538e28c64befc7be130582.tar.bz2
historical-26af1595c49eb5864d538e28c64befc7be130582.zip
Version bump, EAPI 4
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/pictureframe/ChangeLog10
-rw-r--r--gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/gnustep-apps/pictureframe/ChangeLog b/gnustep-apps/pictureframe/ChangeLog
index 2068d8f1fe4d..d9e7d457956a 100644
--- a/gnustep-apps/pictureframe/ChangeLog
+++ b/gnustep-apps/pictureframe/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/pictureframe
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.6 2011/12/18 20:13:12 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.7 2012/02/15 12:19:24 voyageur Exp $
+
+*pictureframe-1.1.3 (15 Feb 2012)
+
+ 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org>
+ +pictureframe-1.1.3.ebuild:
+ Version bump, EAPI 4
18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
pictureframe-1.1.2.ebuild:
diff --git a/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild b/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild
new file mode 100644
index 000000000000..e4841e55f50d
--- /dev/null
+++ b/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild,v 1.1 2012/02/15 12:19:24 voyageur Exp $
+
+EAPI=4
+inherit gnustep-2
+
+MY_PN=PictureFrame
+DESCRIPTION="digital picture frame software"
+HOMEPAGE="http://www.nongnu.org/gap/pictureframe/index.html"
+SRC_URI="http://ftp.gnustep.org/pub/gnustep/contrib/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+ gnustep-base_src_install
+ dodoc PICTURE_FRAMES README
+}