diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:45:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:45:34 +0000 |
commit | 7232f66c9d6c9c23a645b5d122e24dcad1c47dfb (patch) | |
tree | cef16e5f915ce30ec069405a0deb99f33579e15c /app-text/ghostview | |
parent | fix license (diff) | |
download | historical-7232f66c9d6c9c23a645b5d122e24dcad1c47dfb.tar.gz historical-7232f66c9d6c9c23a645b5d122e24dcad1c47dfb.tar.bz2 historical-7232f66c9d6c9c23a645b5d122e24dcad1c47dfb.zip |
fix license
Diffstat (limited to 'app-text/ghostview')
-rw-r--r-- | app-text/ghostview/ghostview-1.5-r1.ebuild | 17 | ||||
-rw-r--r-- | app-text/ghostview/ghostview-1.5.ebuild | 15 |
2 files changed, 17 insertions, 15 deletions
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild index 2ba3abb3aa5b..2344a5b0833f 100644 --- a/app-text/ghostview/ghostview-1.5-r1.ebuild +++ b/app-text/ghostview/ghostview-1.5-r1.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.4 2003/07/11 20:35:23 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.5 2003/08/05 18:45:34 vapier Exp $ + +inherit eutils -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 ~ppc ~sparc " -SLOT="0" +SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc virtual/x11" - RDEPEND="${DEPEND} >=app-text/ghostscript-6.50-r2" src_unpack() { unpack ${A} # This patch contains all the Debian patches and enables anti-aliasing. - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild index 8a9708adadb9..275960c77a2c 100644 --- a/app-text/ghostview/ghostview-1.5.ebuild +++ b/app-text/ghostview/ghostview-1.5.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.11 2003/02/13 09:37:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.12 2003/08/05 18:45:34 vapier Exp $ + +inherit eutils -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 ppc sparc " -SLOT="0" +SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc virtual/x11" - RDEPEND="${DEPEND} >=app-text/ghostscript-6.50-r2" src_unpack() { unpack ${A} # This patch contains all the Debian patches and enables anti-aliasing. - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { |