summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/curses-hexedit/ChangeLog8
-rw-r--r--app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/app-editors/curses-hexedit/ChangeLog b/app-editors/curses-hexedit/ChangeLog
index b60142c8c98b..e9093449ed17 100644
--- a/app-editors/curses-hexedit/ChangeLog
+++ b/app-editors/curses-hexedit/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for app-editors/curses-hexedit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/ChangeLog,v 1.1 2012/02/27 04:57:31 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/ChangeLog,v 1.2 2014/12/30 23:29:21 vapier Exp $
+
+ 30 Dec 2014; Mike Frysinger <vapier@gentoo.org> curses-hexedit-0.9.7.ebuild:
+ Stabilize for all and tweak LICENSE.
*curses-hexedit-0.9.7 (27 Feb 2012)
27 Feb 2012; Mike Frysinger <vapier@gentoo.org> +curses-hexedit-0.9.7.ebuild,
+metadata.xml:
Initial ebuild by me.
-
diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
index d4c7d33ddd3b..9811eff11b47 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild,v 1.1 2012/02/27 04:57:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild,v 1.2 2014/12/30 23:29:21 vapier Exp $
# There's already a "hexedit" package in the tree, so name this one differently
@@ -11,9 +11,9 @@ DESCRIPTION="full screen curses hex editor (with insert/delete support)"
HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="sys-libs/ncurses"