diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-01-03 12:35:30 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-01-03 12:35:30 +0000 |
commit | fc57a716b60ec9b7c956cdddd9932bc99c4e3a75 (patch) | |
tree | 9995e12757ac5992c4d4edc5de614e7220fe52fc /virtual | |
parent | Stable version bump (diff) | |
download | gentoo-2-fc57a716b60ec9b7c956cdddd9932bc99c4e3a75.tar.gz gentoo-2-fc57a716b60ec9b7c956cdddd9932bc99c4e3a75.tar.bz2 gentoo-2-fc57a716b60ec9b7c956cdddd9932bc99c4e3a75.zip |
Stable version bump
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/gnustep-back/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/gnustep-back/files/digest-gnustep-back-0.12.1 | 0 | ||||
-rw-r--r-- | virtual/gnustep-back/gnustep-back-0.12.0.ebuild | 4 | ||||
-rw-r--r-- | virtual/gnustep-back/gnustep-back-0.12.1.ebuild | 16 |
4 files changed, 26 insertions, 4 deletions
diff --git a/virtual/gnustep-back/ChangeLog b/virtual/gnustep-back/ChangeLog index 29818a9279be..771346ef146f 100644 --- a/virtual/gnustep-back/ChangeLog +++ b/virtual/gnustep-back/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/gnustep-back -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.11 2007/12/06 12:15:52 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/ChangeLog,v 1.12 2008/01/03 12:35:29 voyageur Exp $ + +*gnustep-back-0.12.1 (03 Jan 2008) + + 03 Jan 2008; Bernard Cafarelli <voyageur@gentoo.org> + +gnustep-back-0.12.1.ebuild: + Stable version bump 06 Dec 2007; Raúl Porcel <armin76@gentoo.org> gnustep-back-0.12.0.ebuild: sparc stable wrt #195990 diff --git a/virtual/gnustep-back/files/digest-gnustep-back-0.12.1 b/virtual/gnustep-back/files/digest-gnustep-back-0.12.1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/gnustep-back/files/digest-gnustep-back-0.12.1 diff --git a/virtual/gnustep-back/gnustep-back-0.12.0.ebuild b/virtual/gnustep-back/gnustep-back-0.12.0.ebuild index a7114a7039c7..fdfd6a635625 100644 --- a/virtual/gnustep-back/gnustep-back-0.12.0.ebuild +++ b/virtual/gnustep-back/gnustep-back-0.12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.12.0.ebuild,v 1.9 2007/12/06 12:15:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.12.0.ebuild,v 1.10 2008/01/03 12:35:29 voyageur Exp $ DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" HOMEPAGE="http://www.gnustep.org" diff --git a/virtual/gnustep-back/gnustep-back-0.12.1.ebuild b/virtual/gnustep-back/gnustep-back-0.12.1.ebuild new file mode 100644 index 000000000000..b0022b8f8786 --- /dev/null +++ b/virtual/gnustep-back/gnustep-back-0.12.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/gnustep-back/gnustep-back-0.12.1.ebuild,v 1.1 2008/01/03 12:35:29 voyageur Exp $ + +DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library" +HOMEPAGE="http://www.gnustep.org" +SRC_URI="" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +RDEPEND="|| ( + ~gnustep-base/gnustep-back-art-${PV} + ~gnustep-base/gnustep-back-xlib-${PV} + ~gnustep-base/gnustep-back-cairo-${PV} + )" +DEPEND="" |