diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-22 06:26:55 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-22 06:26:55 +0000 |
commit | 0226bba7d918d9a3aedb415d6152c9c21e3dff2c (patch) | |
tree | 429fa3e605ca5a8c91a6aaedd04e9e44d155e92f /app-editors | |
parent | Version bump. Add myself as maintainer. (diff) | |
download | gentoo-2-0226bba7d918d9a3aedb415d6152c9c21e3dff2c.tar.gz gentoo-2-0226bba7d918d9a3aedb415d6152c9c21e3dff2c.tar.bz2 gentoo-2-0226bba7d918d9a3aedb415d6152c9c21e3dff2c.zip |
Remove unused eutils eclass.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/hteditor/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-2.0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog index c6d27cd20980..a40addfe3f1f 100644 --- a/app-editors/hteditor/ChangeLog +++ b/app-editors/hteditor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hteditor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.58 2012/12/22 06:23:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.59 2012/12/22 06:26:55 radhermit Exp $ + + 22 Dec 2012; Tim Harder <radhermit@gentoo.org> hteditor-2.0.21.ebuild: + Remove unused eutils eclass. *hteditor-2.0.21 (22 Dec 2012) diff --git a/app-editors/hteditor/hteditor-2.0.21.ebuild b/app-editors/hteditor/hteditor-2.0.21.ebuild index 7e86235f2422..fc22093c9e7f 100644 --- a/app-editors/hteditor/hteditor-2.0.21.ebuild +++ b/app-editors/hteditor/hteditor-2.0.21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.21.ebuild,v 1.1 2012/12/22 06:23:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.21.ebuild,v 1.2 2012/12/22 06:26:55 radhermit Exp $ EAPI=5 -inherit toolchain-funcs eutils +inherit toolchain-funcs MY_P=${P/editor} |