diff options
author | 2015-04-12 21:23:39 +0000 | |
---|---|---|
committer | 2015-04-12 21:23:39 +0000 | |
commit | 33c3060deec22aae9a91b786287e0d2c5bf81161 (patch) | |
tree | 2a13fd647071864bf76aa23b134d3639ab4191ec /app-editors/hexedit | |
parent | Remove old. (diff) | |
download | gentoo-2-33c3060deec22aae9a91b786287e0d2c5bf81161.tar.gz gentoo-2-33c3060deec22aae9a91b786287e0d2c5bf81161.tar.bz2 gentoo-2-33c3060deec22aae9a91b786287e0d2c5bf81161.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 23 |
2 files changed, 5 insertions, 25 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 4e59fe015616..06b2b36b44d2 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.58 2013/07/02 07:44:04 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.59 2015/04/12 21:23:39 mrueg Exp $ + + 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -hexedit-1.2.12.ebuild: + Remove old. 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> hexedit-1.2.13.ebuild: Stable for sh, wrt bug #474138 diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild deleted file mode 100644 index 596adaaefb9e..000000000000 --- a/app-editors/hexedit/hexedit-1.2.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.16 2011/09/01 14:32:39 tomjbe Exp $ - -DESCRIPTION="View and edit files in hex or ASCII" -HOMEPAGE="http://rigaux.org/hexedit.html" -SRC_URI="http://rigaux.org/${P}.src.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_install() { - dobin hexedit || die "dobin failed" - doman hexedit.1 - dodoc Changes TODO -} |