diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-30 03:46:16 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-30 03:46:16 +0000 |
commit | b08f0d67db1e6d33b93a3a9d7dd5dd0d6111bf46 (patch) | |
tree | 8fbde5c9bc547449d1c7ff1c9deff9f3962a0a54 /media-gfx | |
parent | Update of ebuild header (copyright/license section) (diff) | |
download | gentoo-2-b08f0d67db1e6d33b93a3a9d7dd5dd0d6111bf46.tar.gz gentoo-2-b08f0d67db1e6d33b93a3a9d7dd5dd0d6111bf46.tar.bz2 gentoo-2-b08f0d67db1e6d33b93a3a9d7dd5dd0d6111bf46.zip |
Tightened the gimp dependancy to =gimp-1.2*
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp-print/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.2.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog index af91f7310a20..7896d4ba78af 100644 --- a/media-gfx/gimp-print/ChangeLog +++ b/media-gfx/gimp-print/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-gfx/gimp-print # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.4 2002/09/25 16:34:18 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.5 2002/09/30 03:46:16 raker Exp $ *gimp-print-4.2.2 (25 Sep 2002) + 29 Sep 2002; Nick Hadaway <raker@gentoo.org> gimp-print-4.2.2.ebuild : + Tightened gimp dependancy to the 1.2* series. + 25 Sep 2002; Nick Hadaway <raker@gentoo.org> gimp-print-4.2.2.ebuild, files/digest-gimp-pring-4.2.2 : Version bump. Lots of fixes. See... @@ -12,16 +15,17 @@ *gimp-print-4.2.1 (29 Apr 2002) + 29 Sep 2002; Nick Hadaway <raker@gentoo.org> gimp-print-4.2.1.ebuild : + Tightened gimp dependancy to the 1.2* series. + *gimp-print-4.1.99_beta4-r1 (2 Apr 2002) 2 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gimp-print-4.1.99_beta4-r1.ebuild : - Fixed sandbox violations and some dependency issues as well. *gimp-print-4.1.99_beta4 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/media-gfx/gimp-print/gimp-print-4.2.1.ebuild b/media-gfx/gimp-print/gimp-print-4.2.1.ebuild index b5f08e585f9a..355088bcc146 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.1.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.1.ebuild,v 1.4 2002/07/23 04:33:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.1.ebuild,v 1.5 2002/09/30 03:46:16 raker Exp $ inherit libtool @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=media-gfx/gimp-1.2.1 +DEPEND="=media-gfx/gimp-1.2* doc? ( app-text/texi2html ) gtk? ( =x11-libs/gtk+-1.2* ) cups? ( net-print/cups )" diff --git a/media-gfx/gimp-print/gimp-print-4.2.2.ebuild b/media-gfx/gimp-print/gimp-print-4.2.2.ebuild index 475f0660e2bf..405641d53231 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.2.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.2.ebuild,v 1.1 2002/09/25 16:34:18 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.2.ebuild,v 1.2 2002/09/30 03:46:16 raker Exp $ inherit libtool @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=media-gfx/gimp-1.2.1 +DEPEND="=media-gfx/gimp-1.2* app-text/ghostscript doc? ( app-text/texi2html ) gtk? ( =x11-libs/gtk+-1.2* ) |