summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 19:45:25 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-16 19:45:25 +0000
commit28a30dd2d8b003cc4f43790d4535345dbd4aa091 (patch)
tree5d75b1db1b27b26148923edc7454cb8df44514d2 /app-editors
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #444145 (diff)
downloadgentoo-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')
-rw-r--r--app-editors/ghex/ChangeLog6
-rw-r--r--app-editors/ghex/ghex-3.4.1.ebuild8
-rw-r--r--app-editors/ghex/ghex-3.6.1.ebuild22
3 files changed, 16 insertions, 20 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog
index b3f5ce45b281..dd304d35c9d3 100644
--- a/app-editors/ghex/ChangeLog
+++ b/app-editors/ghex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/ghex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.76 2012/12/16 15:31:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.77 2012/12/16 19:45:25 tetromino Exp $
+
+ 16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> ghex-3.4.1.ebuild,
+ ghex-3.6.1.ebuild:
+ Update license, homepage, EAPI5-ize and de-9999-ize ebuild.
*ghex-3.6.1 (16 Dec 2012)
diff --git a/app-editors/ghex/ghex-3.4.1.ebuild b/app-editors/ghex/ghex-3.4.1.ebuild
index 20cad35c9921..47f643480c74 100644
--- a/app-editors/ghex/ghex-3.4.1.ebuild
+++ b/app-editors/ghex/ghex-3.4.1.ebuild
@@ -1,6 +1,6 @@
# 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.4.1.ebuild,v 1.5 2012/10/16 03:49:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.4.1.ebuild,v 1.6 2012/12/16 19:45:25 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -8,10 +8,10 @@ GNOME2_LA_PUNT="yes"
inherit gnome2
-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"
KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
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
+}