]> Pileus Git - ~andy/sunrise/commitdiff
app-text/ odt2txt: Moved to gx86
authorMarkos Chandras <hwoarang@gentoo.org>
Fri, 5 Nov 2010 14:34:33 +0000 (14:34 +0000)
committerMarkos Chandras <hwoarang@gentoo.org>
Fri, 5 Nov 2010 14:34:33 +0000 (14:34 +0000)
svn path=/sunrise/; revision=11521

app-text/odt2txt/ChangeLog [deleted file]
app-text/odt2txt/Manifest [deleted file]
app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch [deleted file]
app-text/odt2txt/metadata.xml [deleted file]
app-text/odt2txt/odt2txt-0.4.ebuild [deleted file]

diff --git a/app-text/odt2txt/ChangeLog b/app-text/odt2txt/ChangeLog
deleted file mode 100644 (file)
index dfcf5a4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for app-text/odt2txt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  -files/odt2txt-0.4-hardened_makefile.patch:
-  Drop unused patch
-
-  11 Aug 2010; LABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr
-  +odt2txt-0.4.ebuild, +files/odt2txt-0.4-darwin_iconv.patch,
-  +files/odt2txt-0.4-hardened_makefile.patch, +metadata.xml:
-  New Ebuild for bug 263574 thanks to hwoarang for reviewing
-
diff --git a/app-text/odt2txt/Manifest b/app-text/odt2txt/Manifest
deleted file mode 100644 (file)
index c8f0ddb..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX odt2txt-0.4-darwin_iconv.patch 366 RMD160 1572f05d3287471118c930f3b7fd9400f05daa48 SHA1 85966e0cab843e683fbae59e698f7f09bc9574f8 SHA256 2ce5183a5f5d64ebb265cfe527b60819e2a06fac17707ccc83f2aece9dccd0e8
-DIST odt2txt-0.4.tar.gz 23997 RMD160 bb6ef1a58a6b18f40855be4124e32b1d514e8bca SHA1 331eef1c64cec809a5c7b7cfb972279cc4f9c914 SHA256 a5f4bdf81cdc2afb60fa74ed5da34235eafdc78263f5aaa325193c2bf8d166f8
-EBUILD odt2txt-0.4.ebuild 605 RMD160 b75a17ea299e2e326c07c246886740e4825ce3cc SHA1 7de24851f5315d435100a9cd1711e99efb13190e SHA256 47e25dd385ab69c3643ac9bd9add64dc1a8f2fd969ad293c2086bfae6c61aab7
-MISC ChangeLog 497 RMD160 d63d2a2d5ba1fc95d413eb6d8d4e59ae1a33a610 SHA1 a63142ad349f940b3ac01f8b348d473b986ea2fa SHA256 3c9745c656fb9e6dc69b2c5d16488c10b3159952961f0cb7bae60b9b6b96e02b
-MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch b/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch
deleted file mode 100644 (file)
index 0595726..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur odt2txt-0.4/Makefile odt2txt-0.4/Makefile
---- odt2txt-0.4/Makefile       2008-06-23 23:32:28 +0400
-+++ odt2txt-0.4/Makefile       2010-05-24 15:39:16 +0400
-@@ -56,6 +56,9 @@
-       CFLAGS += -I$(ZLIB_DIR)
-       LIBS = $(ZLIB_DIR)/libz.a
- endif
-+ifeq ($(UNAME_S),Darwin)
-+      LIBS += -liconv
-+endif
- ifeq ($(UNAME_O),Cygwin)
-       CFLAGS += -DICONV_CHAR="const char"
-       LIBS += -liconv
-
diff --git a/app-text/odt2txt/metadata.xml b/app-text/odt2txt/metadata.xml
deleted file mode 100644 (file)
index c6be580..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <herd>no-herd</herd>
-       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/app-text/odt2txt/odt2txt-0.4.ebuild b/app-text/odt2txt/odt2txt-0.4.ebuild
deleted file mode 100644 (file)
index 45dd550..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="A simple converter from OpenDocument Text to plain text"
-HOMEPAGE="http://stosberg.net/odt2txt/"
-SRC_URI="http://stosberg.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
-       virtual/libiconv"
-DEPEND="sys-apps/groff
-       $RDEPEND"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-darwin_iconv.patch
-}
-
-src_install() {
-       emake install DESTDIR="${D}" PREFIX=/usr || die
-       doman odt2txt.1 || die
-}