diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-10-09 09:08:38 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-10-09 09:08:38 +0000 |
commit | 5c1ac0cd172a15006d887eeb046c0eb52b22c3f6 (patch) | |
tree | d32419e77ba2f91670f666d89d13e951efd2dbe6 /x11-apps/xedit | |
parent | Drop old ebuilds. (diff) | |
download | gentoo-2-5c1ac0cd172a15006d887eeb046c0eb52b22c3f6.tar.gz gentoo-2-5c1ac0cd172a15006d887eeb046c0eb52b22c3f6.tar.bz2 gentoo-2-5c1ac0cd172a15006d887eeb046c0eb52b22c3f6.zip |
Drop old ebuilds.
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r-- | x11-apps/xedit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xedit/files/digest-xedit-1.0.1 | 3 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.0.1.ebuild | 29 |
3 files changed, 4 insertions, 33 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index 2e92a008c250..7da24d7a8817 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xedit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.18 2007/02/22 00:12:28 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.19 2007/10/09 09:08:38 dberkholz Exp $ + + 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xedit-1.0.1.ebuild: + Drop old ebuilds. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-apps/xedit/files/digest-xedit-1.0.1 b/x11-apps/xedit/files/digest-xedit-1.0.1 deleted file mode 100644 index 78fc17db2df7..000000000000 --- a/x11-apps/xedit/files/digest-xedit-1.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 526dbeb53e19e71003039b276024d0a2 xedit-1.0.1.tar.bz2 457121 -RMD160 214dec1bc91aa0af7072d3e9317b109691749493 xedit-1.0.1.tar.bz2 457121 -SHA256 27c9b30386671d52607e2632b370cc7a9966d65aa4c116f4be1d54ae718761dd xedit-1.0.1.tar.bz2 457121 diff --git a/x11-apps/xedit/xedit-1.0.1.ebuild b/x11-apps/xedit/xedit-1.0.1.ebuild deleted file mode 100644 index c7b5f6ef00eb..000000000000 --- a/x11-apps/xedit/xedit-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.0.1.ebuild,v 1.4 2006/10/10 23:55:19 dberkholz Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="simple text editor for X" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXprintUtil - x11-libs/libXaw - xprint? ( x11-libs/libXprintUtil )" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} - -#src_compile() { -# x-modular_src_configure -# emake -j1 || die "emake failed" -#} |