From 83911e03d6fb2d1ffaae0269a09e73ddb940e27e Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 28 Dec 2009 16:23:23 +0000 Subject: Relinquish this to maintainer-needed; cleanup old version. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- app-text/convertlit/ChangeLog | 8 +++++-- app-text/convertlit/convertlit-1.8.ebuild | 38 ------------------------------- app-text/convertlit/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 41 deletions(-) delete mode 100644 app-text/convertlit/convertlit-1.8.ebuild (limited to 'app-text/convertlit') diff --git a/app-text/convertlit/ChangeLog b/app-text/convertlit/ChangeLog index 0c7311294ccc..e2963f2c056e 100644 --- a/app-text/convertlit/ChangeLog +++ b/app-text/convertlit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/convertlit -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convertlit/ChangeLog,v 1.15 2008/02/27 11:32:35 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/convertlit/ChangeLog,v 1.16 2009/12/28 16:23:23 flameeyes Exp $ + + 28 Dec 2009; Diego E. Pettenò + -convertlit-1.8.ebuild, metadata.xml: + Relinquish this to maintainer-needed; cleanup old version. 27 Feb 2008; Santiago M. Mola convertlit-1.8-r1.ebuild: diff --git a/app-text/convertlit/convertlit-1.8.ebuild b/app-text/convertlit/convertlit-1.8.ebuild deleted file mode 100644 index 057c14fef62a..000000000000 --- a/app-text/convertlit/convertlit-1.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convertlit/convertlit-1.8.ebuild,v 1.9 2008/01/20 12:35:48 grobian Exp $ - -MY_P="clit${PV//./}" - -DESCRIPTION="CLit converts MS ebook .lit files to .opf (xml+html+png+jpg)" -HOMEPAGE="http://www.convertlit.com/" -SRC_URI="http://www.convertlit.com/${MY_P}src.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-libs/libtommath - >=sys-apps/sed-4 - app-arch/unzip" -RDEPEND="!app-text/open_c-lit" # link libtommath statically - -S=${WORKDIR} - -src_compile() { - cd "${S}"/lib - sed -i -e "/^CFLAGS/s/-O3 -Wall/${CFLAGS}/" Makefile \ - || die "sed lib/Makefile failed." - emake || die "make lib failed" - cd "${S}"/${MY_P} - sed -i -e "/^CFLAGS/s:-Wall -O2:${CFLAGS}:" \ - -e "s:../libtommath-0.30:/usr/lib:g" Makefile \ - || die "sed ${MY_P}/Makefile failed." - emake || die "make ${MY_P} failed" -} - -src_install() { - dobin ${MY_P}/clit || die - dodoc README -} diff --git a/app-text/convertlit/metadata.xml b/app-text/convertlit/metadata.xml index 6a7cf1b24c6a..6e5a979d9260 100644 --- a/app-text/convertlit/metadata.xml +++ b/app-text/convertlit/metadata.xml @@ -3,7 +3,7 @@ no-herd - flameeyes@gentoo.org + maintainer-needed@gentoo.org Convert Lit is a simple program to use .lit or Microsoft ebook files on -- cgit v1.2.3-65-gdbad