summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-11-17 14:02:19 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-11-17 14:02:19 +0000
commit71b79548f88e9b4ac0168c05f89444873d67da0e (patch)
tree9f53bd5612cf2cd8580ae640a17bcd60d98c3894 /gnustep-libs
parentSparc stable --- Bug #230259. (diff)
downloadhistorical-71b79548f88e9b4ac0168c05f89444873d67da0e.tar.gz
historical-71b79548f88e9b4ac0168c05f89444873d67da0e.tar.bz2
historical-71b79548f88e9b4ac0168c05f89444873d67da0e.zip
Version bump from Etoile 0.4.0
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/camaelon/ChangeLog8
-rw-r--r--gnustep-libs/camaelon/camaelon-0.4.0.ebuild29
-rw-r--r--gnustep-libs/iconkit/ChangeLog10
-rw-r--r--gnustep-libs/iconkit/iconkit-0.4.0.ebuild18
-rw-r--r--gnustep-libs/popplerkit/ChangeLog8
-rw-r--r--gnustep-libs/popplerkit/popplerkit-0.4.0.ebuild20
6 files changed, 89 insertions, 4 deletions
diff --git a/gnustep-libs/camaelon/ChangeLog b/gnustep-libs/camaelon/ChangeLog
index ad12208cb7cc..4f3769e2a36a 100644
--- a/gnustep-libs/camaelon/ChangeLog
+++ b/gnustep-libs/camaelon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-libs/camaelon
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/ChangeLog,v 1.13 2008/03/08 13:09:36 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/ChangeLog,v 1.14 2008/11/17 13:59:11 voyageur Exp $
+
+*camaelon-0.4.0 (17 Nov 2008)
+
+ 17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+ +camaelon-0.4.0.ebuild:
+ Version bump from Etoile 0.4.0
08 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> camaelon-0.2.ebuild:
amd64 stable wrt bug #207381
diff --git a/gnustep-libs/camaelon/camaelon-0.4.0.ebuild b/gnustep-libs/camaelon/camaelon-0.4.0.ebuild
new file mode 100644
index 000000000000..889fdc08fc89
--- /dev/null
+++ b/gnustep-libs/camaelon/camaelon-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/camaelon/camaelon-0.4.0.ebuild,v 1.1 2008/11/17 13:59:11 voyageur Exp $
+
+inherit gnustep-2
+
+S="${WORKDIR}/Etoile-${PV}/Bundles/${PN/c/C}"
+
+DESCRIPTION="Camaelon allows you to load theme bundles for GNUstep."
+
+HOMEPAGE="http://www.etoile-project.org"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+src_install() {
+ gnustep-base_src_install
+
+ #Link default theme
+ dodir ${GNUSTEP_SYSTEM_LIBRARY}/Themes
+ dosym ${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine/Resources/Nesedah.theme ${GNUSTEP_SYSTEM_LIBRARY}/Themes/
+}
+
+gnustep_config_script() {
+ echo "gnustep_append_default NSGlobalDomain GSAppKitUserBundles \"${GNUSTEP_SYSTEM_LIBRARY}/Bundles/Camaelon.themeEngine\""
+ echo "gnustep_set_default Camaelon Theme Nesedah"
+}
diff --git a/gnustep-libs/iconkit/ChangeLog b/gnustep-libs/iconkit/ChangeLog
index 9242965d6391..108dcfc7cb02 100644
--- a/gnustep-libs/iconkit/ChangeLog
+++ b/gnustep-libs/iconkit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-libs/iconkit
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.5 2007/11/16 15:05:53 beandog Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.6 2008/11/17 14:00:35 voyageur Exp $
+
+*iconkit-0.4.0 (17 Nov 2008)
+
+ 17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+ +iconkit-0.4.0.ebuild:
+ Version bump from Etoile 0.4.0
16 Nov 2007; Steve Dibb <beandog@gentoo.org> iconkit-0.2.ebuild:
amd64 stable, bug 195990
diff --git a/gnustep-libs/iconkit/iconkit-0.4.0.ebuild b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
new file mode 100644
index 000000000000..e986ac8893f6
--- /dev/null
+++ b/gnustep-libs/iconkit/iconkit-0.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.4.0.ebuild,v 1.1 2008/11/17 14:00:35 voyageur Exp $
+
+inherit gnustep-2
+
+S="${WORKDIR}/Etoile-${PV}/Frameworks/IconKit"
+
+DESCRIPTION="framework used to create icons using different elements"
+HOMEPAGE="http://www.etoile-project.org"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="media-libs/libpng"
+RDEPEND="${DEPEND}"
diff --git a/gnustep-libs/popplerkit/ChangeLog b/gnustep-libs/popplerkit/ChangeLog
index 9ad5fec86b82..baeffd1c84be 100644
--- a/gnustep-libs/popplerkit/ChangeLog
+++ b/gnustep-libs/popplerkit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-libs/popplerkit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.13 2008/07/21 08:42:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.14 2008/11/17 14:02:19 voyageur Exp $
+
+*popplerkit-0.4.0 (17 Nov 2008)
+
+ 17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+ +popplerkit-0.4.0.ebuild:
+ Version bump from Etoile 0.4.0
21 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org>
popplerkit-0.2.ebuild:
diff --git a/gnustep-libs/popplerkit/popplerkit-0.4.0.ebuild b/gnustep-libs/popplerkit/popplerkit-0.4.0.ebuild
new file mode 100644
index 000000000000..6ce0b8a44a01
--- /dev/null
+++ b/gnustep-libs/popplerkit/popplerkit-0.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.4.0.ebuild,v 1.1 2008/11/17 14:02:19 voyageur Exp $
+
+inherit gnustep-2
+
+S="${WORKDIR}/Etoile-${PV}/Frameworks/PopplerKit"
+
+DESCRIPTION="PopplerKit is a GNUstep/Cocoa framework for accessing and rendering PDF content."
+HOMEPAGE="http://www.etoile-project.org"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=app-text/poppler-0.6
+ >=media-libs/freetype-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"