diff options
author | 2002-08-02 17:42:50 +0000 | |
---|---|---|
committer | 2002-08-02 17:42:50 +0000 | |
commit | 327dd6b08ea1bd8d6276878c1ab01c8f71d46be4 (patch) | |
tree | 5e894696c71af7c5ea5f3158c6958c0f1670a485 /app-text/ghostview | |
parent | Initial ebuild to support media-video/vls. (diff) | |
download | gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.gz gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.bz2 gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.zip |
Repoman fixes
Diffstat (limited to 'app-text/ghostview')
-rw-r--r-- | app-text/ghostview/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5.ebuild | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app-text/ghostview/ChangeLog b/app-text/ghostview/ChangeLog index 5ad392ed8741..e3d482481eed 100644 --- a/app-text/ghostview/ChangeLog +++ b/app-text/ghostview/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/ghostview # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.1 2002/02/01 21:53:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ChangeLog,v 1.2 2002/08/02 17:42:49 phoenix Exp $ *ghostview-1.5 (1 Feb 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> ghostview-1.5.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild index 89fc84e5a69a..b4afdd9fac8e 100644 --- a/app-text/ghostview/ghostview-1.5.ebuild +++ b/app-text/ghostview/ghostview-1.5.ebuild @@ -6,6 +6,9 @@ S=${WORKDIR}/${P} DESCRIPTION="A PostScript viewer for X11" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/ghostview/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc virtual/x11" |