summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-10-12 20:27:03 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2013-10-12 20:27:50 +0200
commitada0d7c998ea733a53ba55f0274e6bba9373dca0 (patch)
tree1f258b17b60534fabd9f8e849cda8cdc172a6f79 /app-editors
parentx11-themes/gnome-backgrounds: 3.8.1 → 3.10.0 (diff)
downloadgnome-ada0d7c998ea733a53ba55f0274e6bba9373dca0.tar.gz
gnome-ada0d7c998ea733a53ba55f0274e6bba9373dca0.tar.bz2
gnome-ada0d7c998ea733a53ba55f0274e6bba9373dca0.zip
app-editors/ghex: 3.8.1 → 3.10.0
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ghex/Manifest11
-rw-r--r--app-editors/ghex/ghex-3.10.0.ebuild28
-rw-r--r--app-editors/ghex/ghex-9999.ebuild19
3 files changed, 45 insertions, 13 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
new file mode 100644
index 00000000..6f0f7e76
--- /dev/null
+++ b/app-editors/ghex/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST ghex-3.10.0.tar.xz 1287520 SHA256 9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255 SHA512 76c298a8156b778e8b1c0ee51a2388db51181b74270b898ebd5c720e6f1a88467bfe10578de74c8fde189706b62754a75ee9a1317a8e2b45c3ff32ec34a6da3a WHIRLPOOL ef2882d24a8148e06fa55a6a22f78148e8b565fc45cfe28a8630123a4f8e2f0fd243ad3a31f206a75926ddb262caa29eafa9ca210a01794ceb6926cf73f4a060
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.21 (GNU/Linux)
+
+iEYEAREKAAYFAlJZlHcACgkQ1fmVwcYIWAa2BgCcCAS3PicNYbIGG1nWc340afqW
+HToAoJjfYDycp3dt69RbBk9aY6fIGlmp
+=c6vs
+-----END PGP SIGNATURE-----
diff --git a/app-editors/ghex/ghex-3.10.0.ebuild b/app-editors/ghex/ghex-3.10.0.ebuild
new file mode 100644
index 00000000..bc19989c
--- /dev/null
+++ b/app-editors/ghex/ghex-3.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://live.gnome.org/Ghex"
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/atk-1
+ >=dev-libs/glib-2.31.10:2
+ >=x11-libs/gtk+-3.3.8:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.41.1
+ >=sys-devel/gettext-0.17
+ app-text/yelp-tools
+ virtual/pkgconfig
+"
diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild
index ae9821fa..2a02618b 100644
--- a/app-editors/ghex/ghex-9999.ebuild
+++ b/app-editors/ghex/ghex-9999.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-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=""
@@ -29,14 +28,8 @@ RDEPEND="
>=x11-libs/gtk+-3.3.8:3
"
DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.9.0
>=dev-util/intltool-0.41.1
>=sys-devel/gettext-0.17
+ app-text/yelp-tools
virtual/pkgconfig
"
-
-src_configure() {
- DOCS="AUTHORS NEWS README"
- G2CONF="${G2CONF} --disable-static"
- gnome2_src_configure
-} \ No newline at end of file