diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
commit | 62705e7bb40ea72b2a75f60730587b4b75dba44e (patch) | |
tree | 79b2fac6a2a50122da9a0f4d6aaccddd05ccb138 /app-text | |
parent | *** empty log message *** (diff) | |
download | historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.tar.gz historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.tar.bz2 historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.zip |
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r2.ebuild | 4 | ||||
-rw-r--r-- | app-text/ggv/ggv-0.95-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/a2ps/a2ps-4.13b-r2.ebuild b/app-text/a2ps/a2ps-4.13b-r2.ebuild index df84668680a4..ebeaef64b4db 100644 --- a/app-text/a2ps/a2ps-4.13b-r2.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r2.ebuild,v 1.1 2001/01/15 23:00:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r2.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $ P=a2ps-4.13b A=${P}.tar.gz @@ -14,7 +14,7 @@ DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=app-text/ghostscript-6.23 >=app-text/tetex-1.0.7 - || ( >=net-print/LPRng-3.6.24 >=net-print/cups-1.1.3 )" + virtual/lpr" src_unpack() { unpack ${A} diff --git a/app-text/ggv/ggv-0.95-r1.ebuild b/app-text/ggv/ggv-0.95-r1.ebuild index 11ac5594001f..cf2bfcf9cb0a 100644 --- a/app-text/ggv/ggv-0.95-r1.ebuild +++ b/app-text/ggv/ggv-0.95-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95-r1.ebuild,v 1.1 2000/11/25 13:01:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $ P=ggv-0.95 A=${P}.tar.gz @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND=">=app-text/ghostscript-6.23 >=gnome-base/gnome-libs-1.2.4 - || ( >=net-print/LPRng-3.6.24 >=net-print/cups-1.1.3 )" + virtual/lpr" src_compile() { cd ${S} |