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 | 23e5cd5ba802f5515178f9fef82abdaf779806eb (patch) | |
tree | 9c52858228830f4db53b9895d280eb956b9313b8 /app-editors/hexedit | |
parent | Stable on macos. (diff) | |
download | historical-23e5cd5ba802f5515178f9fef82abdaf779806eb.tar.gz historical-23e5cd5ba802f5515178f9fef82abdaf779806eb.tar.bz2 historical-23e5cd5ba802f5515178f9fef82abdaf779806eb.zip |
Stable on macos.
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/Manifest | 14 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.10.ebuild | 4 |
3 files changed, 8 insertions, 15 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/Manifest b/app-editors/hexedit/Manifest index bc74a8979880..86e9e946f744 100644 --- a/app-editors/hexedit/Manifest +++ b/app-editors/hexedit/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b9ac05091500d3321d6bad8b3dc64511 ChangeLog 1433 +MD5 ae5e58b991b2fbedd52a3f363b56c8c7 ChangeLog 1524 MD5 7696455a08c82a81746299ca64f8dbd7 hexedit-1.2.2.ebuild 639 MD5 6b88b8c69ebfdf5c046afec528aab23b hexedit-1.2.9.ebuild 649 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 2a3a9a48816ada2c3f6a1680625294ac hexedit-1.2.10.ebuild 655 +MD5 805ebd7cb9e39bbc7ccb68eeb8d47dad hexedit-1.2.10.ebuild 660 MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65 MD5 44c497343ccc5a908e95b4fe44f46f5e files/digest-hexedit-1.2.9 65 MD5 f90e72c54d508c4cb1a87ce07d564959 files/digest-hexedit-1.2.10 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBEsXWI1lqEGTUzyQRAjpOAJ97dwOEtr1M2u7BGWQ6qiLRTm/mLwCfaNlX -FYICap2B7cLPr8uMUQSTPrQ= -=GD4a ------END PGP SIGNATURE----- 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" |