diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-25 08:04:13 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-25 08:04:13 +0000 |
commit | 37749ea4ecb826701336d599ed338c945d525c65 (patch) | |
tree | 37e2f5e49e7b02577cb90fbded972f81b3afb335 /app-text | |
parent | Provide virtual/psviewer; bug #50423. (Manifest recommit) (diff) | |
download | gentoo-2-37749ea4ecb826701336d599ed338c945d525c65.tar.gz gentoo-2-37749ea4ecb826701336d599ed338c945d525c65.tar.bz2 gentoo-2-37749ea4ecb826701336d599ed338c945d525c65.zip |
Provide virtual/psviewer; bug #50423. Stable on x86.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pspresent/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pspresent/pspresent-1.1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog index 426d6e193aaf..e7057ee3b0e4 100644 --- a/app-text/pspresent/ChangeLog +++ b/app-text/pspresent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pspresent # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.6 2004/07/01 19:28:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.7 2004/10/25 08:04:13 usata Exp $ + + 25 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> pspresent-1.1.ebuild: + Provide virtual/psviewer; bug #50423. Stable on x86. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pspresent-1.1.ebuild: virtual/glibc -> virtual/libc diff --git a/app-text/pspresent/pspresent-1.1.ebuild b/app-text/pspresent/pspresent-1.1.ebuild index 01129379c7d2..82b1b93a4690 100644 --- a/app-text/pspresent/pspresent-1.1.ebuild +++ b/app-text/pspresent/pspresent-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.7 2004/07/01 12:01:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.8 2004/10/25 08:04:13 usata Exp $ IUSE="xinerama" @@ -8,17 +8,17 @@ DESCRIPTION="A tool to display full-screen PostScript presentations." SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" -DEPEND="virtual/libc - virtual/x11 - >=sys-apps/sed-4 - virtual/ghostscript" RDEPEND="virtual/libc virtual/x11 virtual/ghostscript" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +PROVIDE="virtual/psviewer" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { |