diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:56:07 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 12:56:07 +0000 |
commit | 160c3e37f9a77cc7eca1386e5f4707f35f172949 (patch) | |
tree | f776d5e35382ad2d71eb092114c03eb6ab610853 /app-editors/ghex | |
parent | add fixes to pygtkglext examples (#38406) (Manifest recommit) (diff) | |
download | gentoo-2-160c3e37f9a77cc7eca1386e5f4707f35f172949.tar.gz gentoo-2-160c3e37f9a77cc7eca1386e5f4707f35f172949.tar.bz2 gentoo-2-160c3e37f9a77cc7eca1386e5f4707f35f172949.zip |
version bump
Diffstat (limited to 'app-editors/ghex')
-rw-r--r-- | app-editors/ghex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ghex/Manifest | 8 | ||||
-rw-r--r-- | app-editors/ghex/files/digest-ghex-2.4.1 | 1 | ||||
-rw-r--r-- | app-editors/ghex/ghex-2.4.1.ebuild | 34 |
4 files changed, 46 insertions, 4 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index 5c7d627f4ab3..2152b97a9c42 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/ghex # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.14 2004/01/19 12:58:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.15 2004/02/14 12:56:07 liquidx Exp $ + +*ghex-2.4.1 (14 Feb 2004) + + 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> ghex-2.4.1.ebuild: + version bump 19 Jan 2004; <gustavoz@gentoo.org> ghex-2.4.0.1.ebuild: stable on sparc diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 9f0b6022372b..ae1b49832e21 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,8 +1,10 @@ -MD5 3476c6b9e996139c46e915676fbf03fc ghex-2.2.1.ebuild 695 -MD5 c5935ef0f559efaa2b45188df8b85691 ghex-2.4.0.1.ebuild 778 MD5 4dc5113719950882ff885f62fddb3f3b ChangeLog 1785 MD5 dbad9382f86dcb150e2b8bb3d752af59 ghex-1.2.1.ebuild 1217 +MD5 3476c6b9e996139c46e915676fbf03fc ghex-2.2.1.ebuild 695 +MD5 c5935ef0f559efaa2b45188df8b85691 ghex-2.4.0.1.ebuild 778 +MD5 1b6be123d04c34a250726f374767b44d ghex-2.4.1.ebuild 787 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65 MD5 22a11afdebbfb2354881e9d76f88a06e files/digest-ghex-1.2.1 62 MD5 1e32613b88b86755c0dabc522af1ef41 files/digest-ghex-2.2.1 63 +MD5 03fbd46972450f035f67135507be454b files/digest-ghex-2.4.0.1 65 +MD5 dae8a4e35e7d660455c9b1f2ff755c80 files/digest-ghex-2.4.1 63 diff --git a/app-editors/ghex/files/digest-ghex-2.4.1 b/app-editors/ghex/files/digest-ghex-2.4.1 new file mode 100644 index 000000000000..0182df805e16 --- /dev/null +++ b/app-editors/ghex/files/digest-ghex-2.4.1 @@ -0,0 +1 @@ +MD5 8252eb70a1eb6f2b9283c0b65118702b ghex-2.4.1.tar.bz2 920669 diff --git a/app-editors/ghex/ghex-2.4.1.ebuild b/app-editors/ghex/ghex-2.4.1.ebuild new file mode 100644 index 000000000000..c8d26e85c902 --- /dev/null +++ b/app-editors/ghex/ghex-2.4.1.ebuild @@ -0,0 +1,34 @@ +# 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 $ + +inherit gnome2 + +DESCRIPTION="Gnome hexadecimal editor" +HOMEPAGE="http://www.gnome.org/softwaremap/projects/ghex/" + +IUSE="" +SLOT="2" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~x86 ~sparc" + +RDEPEND=">=gnome-base/gail-0.17 + >=x11-libs/gtk+-2 + >=dev-libs/atk-1 + >=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" + +MAKEOPTS="-j1" + +src_unpack() { + unpack ${A} + cd ${S}; gnome2_omf_fix +} |