diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 4559f7b9013ddd83e1078f81640d3fd153a05e4a (patch) | |
tree | f0f56511f8ca4be13b2cea17ed70dc40bbedba2a /app-editors/ghex/ghex-2.4.1.ebuild | |
parent | version bump, first gpg-signed package ;) (diff) | |
download | historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.gz historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.bz2 historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/ghex/ghex-2.4.1.ebuild')
-rw-r--r-- | app-editors/ghex/ghex-2.4.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-editors/ghex/ghex-2.4.1.ebuild b/app-editors/ghex/ghex-2.4.1.ebuild index c8d26e85c902..d4b171941c7e 100644 --- a/app-editors/ghex/ghex-2.4.1.ebuild +++ b/app-editors/ghex/ghex-2.4.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.4.1.ebuild,v 1.1 2004/02/14 12:56:07 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.4.1.ebuild,v 1.2 2004/05/31 22:12:03 vapier Exp $ inherit gnome2 DESCRIPTION="Gnome hexadecimal editor" HOMEPAGE="http://www.gnome.org/softwaremap/projects/ghex/" -IUSE="" -SLOT="2" LICENSE="GPL-2 FDL-1.1" +SLOT="2" KEYWORDS="~x86 ~sparc" +IUSE="" RDEPEND=">=gnome-base/gail-0.17 >=x11-libs/gtk+-2 @@ -18,15 +18,14 @@ RDEPEND=">=gnome-base/gail-0.17 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2 >=gnome-base/libgnomeprintui-2.2" - DEPEND="${RDEPEND} app-text/scrollkeeper dev-util/intltool >=dev-util/pkgconfig-0.9" -DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" +DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" -MAKEOPTS="-j1" +MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} |