diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-02-06 16:46:40 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-02-06 16:46:40 +0000 |
commit | 1af182a7aeedde69d96d68b8b809990e9c0155fb (patch) | |
tree | 2c6c2b116fedfa97b4b77ac3ccc4df79042e7baf /app-editors | |
parent | Don't install tests, bug 455250. (diff) | |
download | gentoo-2-1af182a7aeedde69d96d68b8b809990e9c0155fb.tar.gz gentoo-2-1af182a7aeedde69d96d68b8b809990e9c0155fb.tar.bz2 gentoo-2-1af182a7aeedde69d96d68b8b809990e9c0155fb.zip |
Remove old.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/efte/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/efte/efte-1.1.ebuild | 40 |
2 files changed, 4 insertions, 42 deletions
diff --git a/app-editors/efte/ChangeLog b/app-editors/efte/ChangeLog index d985a653a4c8..8941f5939acc 100644 --- a/app-editors/efte/ChangeLog +++ b/app-editors/efte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/efte # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/ChangeLog,v 1.12 2013/01/04 20:43:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/ChangeLog,v 1.13 2013/02/06 16:46:40 kensington Exp $ + + 06 Feb 2013; Michael Palimaka <kensington@gentoo.org> -efte-1.1.ebuild: + Remove old. *efte-1.1-r1 (04 Jan 2013) @@ -50,4 +53,3 @@ 15 Feb 2008; David Shakaryan <omp@gentoo.org> +metadata.xml, +efte-0.95.ebuild: New ebuild based on that of Jeremy Cowgar. (bug #210203) - diff --git a/app-editors/efte/efte-1.1.ebuild b/app-editors/efte/efte-1.1.ebuild deleted file mode 100644 index 1f7323346968..000000000000 --- a/app-editors/efte/efte-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/efte/efte-1.1.ebuild,v 1.1 2010/05/01 22:56:10 hanno Exp $ - -EAPI="2" - -inherit cmake-utils - -DESCRIPTION="A fast text editor supporting folding, syntax highlighting, etc." -HOMEPAGE="http://efte.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gpm X" - -RDEPEND="sys-libs/ncurses - gpm? ( sys-libs/gpm ) - X? ( - x11-libs/libXpm - x11-libs/libXdmcp - x11-libs/libXau - media-fonts/font-misc-misc - )" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_build gpm) - $(cmake-utils_use_build X)" - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - rm "${D}/usr/share/doc/${PN}/COPYING" - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" - prepalldocs -} |