diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:56:12 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:56:12 +0000 |
commit | 4cfbdc7d61ac6fd066d0e148269055e67678a409 (patch) | |
tree | 1beb7ccb091a0683ea46837c8d373452653d5244 /app-editors/hteditor | |
parent | Drop old (diff) | |
download | gentoo-2-4cfbdc7d61ac6fd066d0e148269055e67678a409.tar.gz gentoo-2-4cfbdc7d61ac6fd066d0e148269055e67678a409.tar.bz2 gentoo-2-4cfbdc7d61ac6fd066d0e148269055e67678a409.zip |
Add github homepage.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r-- | app-editors/hteditor/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-2.0.22.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog index fb1a175b12c4..928be64e39d2 100644 --- a/app-editors/hteditor/ChangeLog +++ b/app-editors/hteditor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hteditor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.68 2013/09/05 19:23:58 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.69 2014/10/08 01:56:12 radhermit Exp $ + + 08 Oct 2014; Tim Harder <radhermit@gentoo.org> hteditor-2.0.22.ebuild: + Add github homepage. 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> hteditor-2.0.22.ebuild: Stable for x86, wrt bug #482632 diff --git a/app-editors/hteditor/hteditor-2.0.22.ebuild b/app-editors/hteditor/hteditor-2.0.22.ebuild index 604ec2ab2568..8acd35c81e5e 100644 --- a/app-editors/hteditor/hteditor-2.0.22.ebuild +++ b/app-editors/hteditor/hteditor-2.0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/hteditor/hteditor-2.0.22.ebuild,v 1.5 2013/09/05 19:23:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.22.ebuild,v 1.6 2014/10/08 01:56:12 radhermit Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit toolchain-funcs MY_P=${P/editor} DESCRIPTION="A file viewer, editor and analyzer for text, binary, and executable files" -HOMEPAGE="http://hte.sourceforge.net/" +HOMEPAGE="http://hte.sourceforge.net/ https://github.com/sebastianbiallas/ht/" SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2" LICENSE="GPL-2" |