diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-10-17 18:05:26 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-10-17 18:05:26 +0000 |
commit | 766445ff6d449326f8c507f7298fd0a6ed18e305 (patch) | |
tree | 0616553ea79e677a1a71f65efae3a97e02f062ac /gnustep-libs | |
parent | Stable on ppc64; bug #196066 (diff) | |
download | historical-766445ff6d449326f8c507f7298fd0a6ed18e305.tar.gz historical-766445ff6d449326f8c507f7298fd0a6ed18e305.tar.bz2 historical-766445ff6d449326f8c507f7298fd0a6ed18e305.zip |
stable x86, bug 195990
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/iconkit/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-libs/iconkit/iconkit-0.2.ebuild | 4 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-libs/popplerkit/popplerkit-0.2.ebuild | 4 | ||||
-rw-r--r-- | gnustep-libs/renaissance/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild | 4 |
6 files changed, 20 insertions, 9 deletions
diff --git a/gnustep-libs/iconkit/ChangeLog b/gnustep-libs/iconkit/ChangeLog index 812df3f9f2bc..f1bda989b2e9 100644 --- a/gnustep-libs/iconkit/ChangeLog +++ b/gnustep-libs/iconkit/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2007/09/10 14:20:10 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/ChangeLog,v 1.2 2007/10/17 17:59:30 opfer Exp $ + + 17 Oct 2007; Christian Faulhammer <opfer@gentoo.org> iconkit-0.2.ebuild: + stable x86, bug 195990 *iconkit-0.2 (10 Sep 2007) diff --git a/gnustep-libs/iconkit/iconkit-0.2.ebuild b/gnustep-libs/iconkit/iconkit-0.2.ebuild index f2edfe7c5b5a..65f78ebb8eb7 100644 --- a/gnustep-libs/iconkit/iconkit-0.2.ebuild +++ b/gnustep-libs/iconkit/iconkit-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.2.ebuild,v 1.1 2007/09/10 14:20:10 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.2.ebuild,v 1.2 2007/10/17 17:59:30 opfer Exp $ inherit gnustep-2 @@ -10,7 +10,7 @@ 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" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" DEPEND="media-libs/libpng" diff --git a/gnustep-libs/popplerkit/ChangeLog b/gnustep-libs/popplerkit/ChangeLog index 499342405174..48015250e21f 100644 --- a/gnustep-libs/popplerkit/ChangeLog +++ b/gnustep-libs/popplerkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-libs/popplerkit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.7 2007/09/11 09:44:24 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/ChangeLog,v 1.8 2007/10/17 18:01:42 opfer Exp $ + + 17 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + popplerkit-0.2.ebuild: + stable x86, bug 195990 11 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> +files/popplerkit-0.2-poppler6_support.patch, popplerkit-0.2.ebuild: diff --git a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild index 045c607d768e..220ec918b361 100644 --- a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild +++ b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.3 2007/09/11 09:44:24 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.4 2007/10/17 18:01:42 opfer Exp $ inherit gnustep-2 @@ -10,7 +10,7 @@ DESCRIPTION="PopplerKit is a GNUstep/Cocoa framework for accessing and rendering HOMEPAGE="http://www.etoile-project.org" SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" DEPEND=">=app-text/poppler-0.4 diff --git a/gnustep-libs/renaissance/ChangeLog b/gnustep-libs/renaissance/ChangeLog index 984cbec94a4c..44c084990ffe 100644 --- a/gnustep-libs/renaissance/ChangeLog +++ b/gnustep-libs/renaissance/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-libs/renaissance # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/ChangeLog,v 1.14 2007/10/17 13:05:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/ChangeLog,v 1.15 2007/10/17 18:05:26 opfer Exp $ + + 17 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + renaissance-0.8.1_pre20070522.ebuild: + stable x86, bug 195990 17 Oct 2007; Bernard Cafarelli <voyageur@gentoo.org> +files/renaissance-0.8.1_pre20070522-docpath.patch, diff --git a/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild b/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild index 7d681deac7ce..eea110ad793c 100644 --- a/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild +++ b/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild,v 1.3 2007/10/17 13:05:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/renaissance/renaissance-0.8.1_pre20070522.ebuild,v 1.4 2007/10/17 18:05:26 opfer Exp $ inherit gnustep-2 @@ -8,7 +8,7 @@ DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files" HOMEPAGE="http://www.gnustep.it/Renaissance/index.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" LICENSE="LGPL-2.1" SLOT="0" |