summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-05 14:34:33 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-05 14:34:33 +0000
commit988d5d62c47a46705849cfb8ca6ddc663f444df9 (patch)
tree8be2ae2c9168d6019c6418a301cbc59bdef6afe2 /app-text
parentwww-apps/davical: New version of davical (diff)
downloadsunrise-reviewed-988d5d62c47a46705849cfb8ca6ddc663f444df9.tar.gz
sunrise-reviewed-988d5d62c47a46705849cfb8ca6ddc663f444df9.tar.bz2
sunrise-reviewed-988d5d62c47a46705849cfb8ca6ddc663f444df9.zip
app-text/ odt2txt: Moved to gx86
svn path=/sunrise/; revision=11521
Diffstat (limited to 'app-text')
-rw-r--r--app-text/odt2txt/ChangeLog13
-rw-r--r--app-text/odt2txt/Manifest5
-rw-r--r--app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch14
-rw-r--r--app-text/odt2txt/metadata.xml6
-rw-r--r--app-text/odt2txt/odt2txt-0.4.ebuild30
5 files changed, 0 insertions, 68 deletions
diff --git a/app-text/odt2txt/ChangeLog b/app-text/odt2txt/ChangeLog
deleted file mode 100644
index dfcf5a4eb..000000000
--- a/app-text/odt2txt/ChangeLog
+++ /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
index c8f0ddbf0..000000000
--- a/app-text/odt2txt/Manifest
+++ /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
index 059572698..000000000
--- a/app-text/odt2txt/files/odt2txt-0.4-darwin_iconv.patch
+++ /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
index c6be58046..000000000
--- a/app-text/odt2txt/metadata.xml
+++ /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
index 45dd5501b..000000000
--- a/app-text/odt2txt/odt2txt-0.4.ebuild
+++ /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
-}