diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-08-11 16:18:52 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-08-11 16:18:52 +0000 |
commit | 3bea834e7e619d2fe4201eb2396114e19ca79687 (patch) | |
tree | f01b4efbc4841b90243f3a87038d5b146e56a1df /app-editors | |
parent | Stable on macos. (Manifest recommit) (diff) | |
download | gentoo-2-3bea834e7e619d2fe4201eb2396114e19ca79687.tar.gz gentoo-2-3bea834e7e619d2fe4201eb2396114e19ca79687.tar.bz2 gentoo-2-3bea834e7e619d2fe4201eb2396114e19ca79687.zip |
Stable on macos.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 38e56b09007a..f653b6c57c88 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-editors/hexedit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.15 2004/08/05 23:40:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.16 2004/08/11 16:18:52 gongloo Exp $ *hexedit-1.2.10 (06 Aug 2004) + 11 Aug 2004; Hasan Khalil <gongloo@gentoo.org> hexedit-1.2.10.ebuild: + Stable on macos. + 06 Aug 2004; Sven Wegener <swegener@gentoo.org> +hexedit-1.2.10.ebuild, hexedit-1.2.2.ebuild, hexedit-1.2.9.ebuild: Version bump. Tidied the ebuilds. diff --git a/app-editors/hexedit/hexedit-1.2.10.ebuild b/app-editors/hexedit/hexedit-1.2.10.ebuild index 01504aab2c81..d8d3a2c1bb63 100644 --- a/app-editors/hexedit/hexedit-1.2.10.ebuild +++ b/app-editors/hexedit/hexedit-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.1 2004/08/05 23:40:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.10.ebuild,v 1.2 2004/08/11 16:18:52 gongloo Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://merd.net/pixel/${P}.src.tgz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 macos" IUSE="" DEPEND="sys-libs/ncurses" |