diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 15:51:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 15:51:57 +0000 |
commit | c0afbef7ec735c80ade19ffc8b8a76a9a57d0708 (patch) | |
tree | ff02e9c438cda98e3810a6f7c05c42322962a06a /app-editors/ghex | |
parent | Stable for arm, wrt bug #458984 (diff) | |
download | gentoo-2-c0afbef7ec735c80ade19ffc8b8a76a9a57d0708.tar.gz gentoo-2-c0afbef7ec735c80ade19ffc8b8a76a9a57d0708.tar.bz2 gentoo-2-c0afbef7ec735c80ade19ffc8b8a76a9a57d0708.zip |
Version bump
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ghex/ghex-3.8.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 81276c05393f..ff46b6b6968f 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/ghex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.80 2013/03/26 16:47:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.81 2013/03/28 15:51:57 pacho Exp $ + +*ghex-3.8.0 (28 Mar 2013) + + 28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +ghex-3.8.0.ebuild: + Version bump 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ghex-3.6.1.ebuild: Stable for ppc, wrt bug #458984 diff --git a/app-editors/ghex/ghex-3.8.0.ebuild b/app-editors/ghex/ghex-3.8.0.ebuild new file mode 100644 index 000000000000..79c1a76a9dab --- /dev/null +++ b/app-editors/ghex/ghex-3.8.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.8.0.ebuild,v 1.1 2013/03/28 15:51:57 pacho Exp $ + +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 +" |