summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-03 09:14:16 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-03 09:14:16 +0000
commitf0b8239b4b31828fa2358f0f9e54d4d9a0e46c01 (patch)
treeee59ded9d1a4a2189069af8ccaa4c85b110513c6 /app-text
parentSecurity upgrade on the 10 branch, addressing a privilege escalation in the m... (diff)
downloadgentoo-2-f0b8239b4b31828fa2358f0f9e54d4d9a0e46c01.tar.gz
gentoo-2-f0b8239b4b31828fa2358f0f9e54d4d9a0e46c01.tar.bz2
gentoo-2-f0b8239b4b31828fa2358f0f9e54d4d9a0e46c01.zip
Remove old.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/yudit/ChangeLog6
-rw-r--r--app-text/yudit/yudit-2.8.1_beta7.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog
index a816c7c6ce8c..1ea5ba06dbec 100644
--- a/app-text/yudit/ChangeLog
+++ b/app-text/yudit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/yudit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.29 2012/09/02 18:58:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.30 2012/09/03 09:14:16 kensington Exp $
+
+ 03 Sep 2012; Michael Palimaka <kensington@gentoo.org>
+ -yudit-2.8.1_beta7.ebuild:
+ Remove old.
02 Sep 2012; Raúl Porcel <armin76@gentoo.org> yudit-2.8.1_beta7.ebuild,
yudit-2.9.2.ebuild:
diff --git a/app-text/yudit/yudit-2.8.1_beta7.ebuild b/app-text/yudit/yudit-2.8.1_beta7.ebuild
deleted file mode 100644
index df9c6f89d0de..000000000000
--- a/app-text/yudit/yudit-2.8.1_beta7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.8.1_beta7.ebuild,v 1.5 2012/09/02 18:58:33 armin76 Exp $
-
-inherit versionator
-
-MY_P="${PN}-$(replace_version_separator 3 '.')"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="free (Y)unicode text editor for all unices"
-SRC_URI="http://yudit.org/download/${MY_P}.tar.gz"
-HOMEPAGE="http://www.yudit.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11
- >=sys-devel/gettext-0.10"
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}