summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-03-27 21:57:11 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-03-27 21:57:11 +0000
commitdc3a298de75b9857937380268fd3227daf89b164 (patch)
treec5e23c8fff4570597a17a0026057eef73ec911b2
parentremove old ebuilds (diff)
downloadgentoo-2-dc3a298de75b9857937380268fd3227daf89b164.tar.gz
gentoo-2-dc3a298de75b9857937380268fd3227daf89b164.tar.bz2
gentoo-2-dc3a298de75b9857937380268fd3227daf89b164.zip
remove old ebuilds
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r--app-text/vilistextum/ChangeLog6
-rw-r--r--app-text/vilistextum/vilistextum-2.6.7-r1.ebuild40
-rw-r--r--app-text/vilistextum/vilistextum-2.6.7.ebuild42
3 files changed, 5 insertions, 83 deletions
diff --git a/app-text/vilistextum/ChangeLog b/app-text/vilistextum/ChangeLog
index 8a4f716b90d5..68c60be61b9a 100644
--- a/app-text/vilistextum/ChangeLog
+++ b/app-text/vilistextum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/vilistextum
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.35 2011/02/12 18:49:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.36 2011/03/27 21:57:11 darkside Exp $
+
+ 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -vilistextum-2.6.7.ebuild,
+ -vilistextum-2.6.7-r1.ebuild:
+ remove old ebuilds
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> vilistextum-2.6.9.ebuild:
sparc stable wrt #350833
diff --git a/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild b/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild
deleted file mode 100644
index 37bc2c12dac6..000000000000
--- a/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild,v 1.2 2011/01/06 16:31:26 jlec Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html"
-HOMEPAGE="http://bhaak.dyndns.org/vilistextum/"
-SRC_URI="http://bhaak.dyndns.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-#IUSE="unicode kde"
-IUSE="unicode"
-
-DEPEND="virtual/libiconv"
-RDEPEND=""
-# KDE support will be available once a version of kaptain in stable
-# kde? ( kde-misc/kaptain )"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-gentoo.diff" \
- "${FILESDIR}/${P}-use-glibc-iconv.diff"
-
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable unicode multibyte)
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README CHANGES || die
- dohtml doc/*.html || die
-}
diff --git a/app-text/vilistextum/vilistextum-2.6.7.ebuild b/app-text/vilistextum/vilistextum-2.6.7.ebuild
deleted file mode 100644
index c26354137e7e..000000000000
--- a/app-text/vilistextum/vilistextum-2.6.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild,v 1.12 2011/01/06 16:31:26 jlec Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html"
-HOMEPAGE="http://bhaak.dyndns.org/vilistextum/"
-SRC_URI="http://bhaak.dyndns.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-#IUSE="unicode kde"
-IUSE="unicode"
-KEYWORDS="amd64 ppc sparc x86"
-
-DEPEND="virtual/libiconv"
-RDEPEND=""
-# KDE support will be available once a version of kaptain in stable
-# kde? ( kde-misc/kaptain )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch \
- "${FILESDIR}/${P}-gentoo.diff" \
- "${FILESDIR}/${P}-use-glibc-iconv.diff"
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable unicode multibyte)
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README CHANGES || die
- dohtml doc/*.{html,css} || die
-}