diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 19:45:25 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 19:45:25 +0000 |
commit | 28a30dd2d8b003cc4f43790d4535345dbd4aa091 (patch) | |
tree | 5d75b1db1b27b26148923edc7454cb8df44514d2 /app-editors/ghex/ghex-3.6.1.ebuild | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #444145 (diff) | |
download | gentoo-2-28a30dd2d8b003cc4f43790d4535345dbd4aa091.tar.gz gentoo-2-28a30dd2d8b003cc4f43790d4535345dbd4aa091.tar.bz2 gentoo-2-28a30dd2d8b003cc4f43790d4535345dbd4aa091.zip |
Update license, homepage, EAPI5-ize and de-9999-ize ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-editors/ghex/ghex-3.6.1.ebuild')
-rw-r--r-- | app-editors/ghex/ghex-3.6.1.ebuild | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/app-editors/ghex/ghex-3.6.1.ebuild b/app-editors/ghex/ghex-3.6.1.ebuild index 71feb0d011b1..ab4e6abbc541 100644 --- a/app-editors/ghex/ghex-3.6.1.ebuild +++ b/app-editors/ghex/ghex-3.6.1.ebuild @@ -1,26 +1,19 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.6.1.ebuild,v 1.1 2012/12/16 15:31:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.6.1.ebuild,v 1.2 2012/12/16 19:45:25 tetromino Exp $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi -DESCRIPTION="Gnome hexadecimal editor" -HOMEPAGE="http://www.gnome.org/" +DESCRIPTION="GNOME hexadecimal editor" +HOMEPAGE="https://live.gnome.org/Ghex" -LICENSE="GPL-2 FDL-1.1" +LICENSE="GPL-2+ FDL-1.1+" SLOT="2" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" -fi +KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" @@ -36,7 +29,6 @@ DEPEND="${RDEPEND} " src_configure() { - DOCS="AUTHORS NEWS README" G2CONF="${G2CONF} --disable-static" gnome2_src_configure -}
\ No newline at end of file +} |