diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-28 02:17:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-28 02:17:53 +0000 |
commit | cb56609aaf4b2b329a29264a2a1b6cbb3a286540 (patch) | |
tree | ce9d253cf9d6a9373a7bca698967929a8313a4c2 /x11-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-cb56609aaf4b2b329a29264a2a1b6cbb3a286540.tar.gz gentoo-2-cb56609aaf4b2b329a29264a2a1b6cbb3a286540.tar.bz2 gentoo-2-cb56609aaf4b2b329a29264a2a1b6cbb3a286540.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/e16keyedit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.4.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.6.ebuild | 26 |
3 files changed, 6 insertions, 54 deletions
diff --git a/x11-misc/e16keyedit/ChangeLog b/x11-misc/e16keyedit/ChangeLog index cb927bd3b5f7..053c6adbc2b9 100644 --- a/x11-misc/e16keyedit/ChangeLog +++ b/x11-misc/e16keyedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/e16keyedit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.21 2014/04/01 06:42:27 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.22 2015/06/28 02:17:53 mrueg Exp $ + + 28 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -e16keyedit-0.4.ebuild, + -e16keyedit-0.6.ebuild: + Remove old. 01 Apr 2014; Mike Frysinger <vapier@gentoo.org> e16keyedit-0.7.ebuild: Stabilize for all #506264 by Samuli Suominen. diff --git a/x11-misc/e16keyedit/e16keyedit-0.4.ebuild b/x11-misc/e16keyedit/e16keyedit-0.4.ebuild deleted file mode 100644 index 4e207242f3fe..000000000000 --- a/x11-misc/e16keyedit/e16keyedit-0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.4.ebuild,v 1.5 2012/12/28 18:05:50 ulm Exp $ - -DESCRIPTION="Key binding editor for enlightenment 16" -HOMEPAGE="http://www.enlightenment.org/" -SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz" - -LICENSE="MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="=x11-libs/gtk+-2*" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - econf --enable-gtk2 || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc README ChangeLog AUTHORS -} diff --git a/x11-misc/e16keyedit/e16keyedit-0.6.ebuild b/x11-misc/e16keyedit/e16keyedit-0.6.ebuild deleted file mode 100644 index 479f904171ce..000000000000 --- a/x11-misc/e16keyedit/e16keyedit-0.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.7 2012/12/28 18:05:50 ulm Exp $ - -DESCRIPTION="Key binding editor for enlightenment 16" -HOMEPAGE="http://www.enlightenment.org/" -SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" - -LICENSE="MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="=x11-libs/gtk+-2*" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - econf --enable-gtk2 || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc README ChangeLog AUTHORS -} |