summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-09-20 07:39:28 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-09-20 07:39:28 +0000
commitdfb72badc52627a4c9b9c3d2cf2534c20d1d7528 (patch)
treed038890c96fe4c8b57f27ddc1836c2e6c05d6785 /app-text/wpd2sxw
parentIf restarting, check the config first #192825 by Hans-Werner Hilse. (diff)
downloadgentoo-2-dfb72badc52627a4c9b9c3d2cf2534c20d1d7528.tar.gz
gentoo-2-dfb72badc52627a4c9b9c3d2cf2534c20d1d7528.tar.bz2
gentoo-2-dfb72badc52627a4c9b9c3d2cf2534c20d1d7528.zip
Remove old (and broken) release
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text/wpd2sxw')
-rw-r--r--app-text/wpd2sxw/ChangeLog6
-rw-r--r--app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r16
-rw-r--r--app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild31
3 files changed, 5 insertions, 38 deletions
diff --git a/app-text/wpd2sxw/ChangeLog b/app-text/wpd2sxw/ChangeLog
index d6f3a48a9a74..d5e32956d778 100644
--- a/app-text/wpd2sxw/ChangeLog
+++ b/app-text/wpd2sxw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/wpd2sxw
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.15 2007/07/02 14:26:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/ChangeLog,v 1.16 2007/09/20 07:39:27 suka Exp $
+
+ 20 Sep 2007; Andreas Proschofsky <suka@gentoo.org>
+ -wpd2sxw-0.6.0-r1.ebuild:
+ Remove old (and broken) release
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
wpd2sxw-0.6.0-r1.ebuild:
diff --git a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1 b/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1
deleted file mode 100644
index 084296a8ee25..000000000000
--- a/app-text/wpd2sxw/files/digest-wpd2sxw-0.6.0-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8447e89c580d302e5b13e6eb6064a2ab wpd2sxw-0.6.0.tar.gz 314557
-RMD160 dd7d2793d8947350957d3dea523ed980f11023c0 wpd2sxw-0.6.0.tar.gz 314557
-SHA256 19a48f114ecaf53d3a7fba808fb81b8d34ee0e827e1f77d9ad4bb6db245836fa wpd2sxw-0.6.0.tar.gz 314557
-MD5 05bd3b2c8bbc04eda500893eaaece1df wpd2sxwbatch.pl 5892
-RMD160 2740c34f17a19571dcf981ffbe9cf9aa1ef7b37f wpd2sxwbatch.pl 5892
-SHA256 eac32f7f03256a0de3f1a0e9b8c6cfb533c1b0d7c6c8b15475e219dcdd6647f6 wpd2sxwbatch.pl 5892
diff --git a/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild b/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild
deleted file mode 100644
index 2a459cca0547..000000000000
--- a/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wpd2sxw/wpd2sxw-0.6.0-r1.ebuild,v 1.7 2007/07/02 14:26:44 peper Exp $
-
-DESCRIPTION="WordPerfect Document (wpd) to OpenOffice.org (sxw) converter"
-HOMEPAGE="http://libwpd.sf.net"
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.gz
- perl? ( mirror://gentoo/wpd2sxwbatch.pl )"
-RESTRICT="mirror"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="perl"
-DEPEND="gnome-extra/libgsf
- >=app-text/libwpd-0.7.1
- perl? ( dev-lang/perl )"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "install failed"
- dobin ${DISTDIR}/wpd2sxwbatch.pl
-}