summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-02-17 01:41:30 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-02-17 01:41:30 +0000
commit7a53c19b158333df671eae0a02f8d421de619ff3 (patch)
treee531060f8e231c0a5cbe4ebe43a9c0a76595a210 /app-text/a2ps
parentRemove gettext from RDEPEND. Fixes bug 123108. Thanks to Diego Petteno <flame... (diff)
downloadgentoo-2-7a53c19b158333df671eae0a02f8d421de619ff3.tar.gz
gentoo-2-7a53c19b158333df671eae0a02f8d421de619ff3.tar.bz2
gentoo-2-7a53c19b158333df671eae0a02f8d421de619ff3.zip
Remove gettext from RDEPEND. Fixes bug 123116. Thanks to Diego Petteno <flameeyes at gentoo dot org>.
(Portage version: 2.0.54)
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/ChangeLog7
-rw-r--r--app-text/a2ps/a2ps-4.13c-r2.ebuild9
-rw-r--r--app-text/a2ps/a2ps-4.13c-r3.ebuild9
-rw-r--r--app-text/a2ps/a2ps-4.13c-r4.ebuild7
4 files changed, 20 insertions, 12 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog
index 5a82d035f826..1c797266d35e 100644
--- a/app-text/a2ps/ChangeLog
+++ b/app-text/a2ps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/a2ps
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.44 2006/02/07 22:20:58 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.45 2006/02/17 01:41:30 vanquirius Exp $
+
+ 17 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> a2ps-4.13c-r2.ebuild,
+ a2ps-4.13c-r3.ebuild, a2ps-4.13c-r4.ebuild:
+ Remove gettext from RDEPEND. Fixes bug 123116. Thanks to Diego Petteno
+ <flameeyes at gentoo dot org>.
*a2ps-4.13c-r4 (07 Feb 2006)
diff --git a/app-text/a2ps/a2ps-4.13c-r2.ebuild b/app-text/a2ps/a2ps-4.13c-r2.ebuild
index c7af9befe795..b4b40eaafb8d 100644
--- a/app-text/a2ps/a2ps-4.13c-r2.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.6 2005/06/07 22:15:27 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r2.ebuild,v 1.7 2006/02/17 01:41:30 vanquirius Exp $
inherit gnuconfig eutils
@@ -21,11 +21,12 @@ DEPEND=">=sys-devel/automake-1.6
|| ( >=dev-util/yacc-1.9.1 sys-devel/bison )
virtual/ghostscript
>=app-text/psutils-1.17
- tetex? ( virtual/tetex )"
+ tetex? ( virtual/tetex )
+ nls? ( sys-devel/gettext )"
RDEPEND="virtual/ghostscript
>=app-text/psutils-1.17
tetex? ( virtual/tetex )
- nls? ( sys-devel/gettext )"
+ nls? ( virtual/libintl )"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/app-text/a2ps/a2ps-4.13c-r3.ebuild b/app-text/a2ps/a2ps-4.13c-r3.ebuild
index 9ed0bfe0caf0..a0f4e611121f 100644
--- a/app-text/a2ps/a2ps-4.13c-r3.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r3.ebuild,v 1.2 2005/09/16 21:13:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r3.ebuild,v 1.3 2006/02/17 01:41:30 vanquirius Exp $
inherit gnuconfig eutils
@@ -21,11 +21,12 @@ DEPEND=">=sys-devel/automake-1.6
|| ( >=dev-util/yacc-1.9.1 sys-devel/bison )
virtual/ghostscript
>=app-text/psutils-1.17
- tetex? ( virtual/tetex )"
+ tetex? ( virtual/tetex )
+ nls? ( sys-devel/gettext )"
RDEPEND="virtual/ghostscript
>=app-text/psutils-1.17
tetex? ( virtual/tetex )
- nls? ( sys-devel/gettext )"
+ nls? ( virtual/libintl )"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/app-text/a2ps/a2ps-4.13c-r4.ebuild b/app-text/a2ps/a2ps-4.13c-r4.ebuild
index 4e792ab7a299..a64ac9c9fa93 100644
--- a/app-text/a2ps/a2ps-4.13c-r4.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r4.ebuild,v 1.1 2006/02/07 22:20:58 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r4.ebuild,v 1.2 2006/02/17 01:41:30 vanquirius Exp $
inherit gnuconfig eutils
@@ -21,11 +21,12 @@ DEPEND=">=sys-devel/automake-1.6
|| ( >=dev-util/yacc-1.9.1 sys-devel/bison )
virtual/ghostscript
>=app-text/psutils-1.17
- tetex? ( virtual/tetex )"
+ tetex? ( virtual/tetex )
+ nls? ( sys-devel/gettext )"
RDEPEND="virtual/ghostscript
>=app-text/psutils-1.17
tetex? ( virtual/tetex )
- nls? ( sys-devel/gettext )"
+ nls? ( virtual/libintl )"
src_unpack() {
unpack ${P}.tar.gz