diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-text/wv | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-text/wv')
-rw-r--r-- | app-text/wv/Manifest | 1 | ||||
-rw-r--r-- | app-text/wv/metadata.xml | 6 | ||||
-rw-r--r-- | app-text/wv/wv-1.2.9-r1.ebuild | 63 |
3 files changed, 70 insertions, 0 deletions
diff --git a/app-text/wv/Manifest b/app-text/wv/Manifest new file mode 100644 index 000000000000..a2966978a65f --- /dev/null +++ b/app-text/wv/Manifest @@ -0,0 +1 @@ +DIST wv-1.2.9.tar.gz 616256 SHA256 4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d SHA512 ae5c762012595ce8922bfda8749ad3e9cb055edab30152c3a5feaaf3ca6601f357d1e301b179e9a5860cd99452dd6e63e5f44f5bcc12f8db148bdd334e0200a5 WHIRLPOOL 9314e639de72cfdef391990b664137dd2b5d6b9b536b317150e02f6508f4499ec335f774037d42cae22ff6192e2b52ce8ac8be08b1aec759c1357568f6fcfc8d diff --git a/app-text/wv/metadata.xml b/app-text/wv/metadata.xml new file mode 100644 index 000000000000..cebb8ad815ae --- /dev/null +++ b/app-text/wv/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<use><flag name="tools">Install optional utilities considered deprecated in favor of using AbiWord.</flag></use> +</pkgmetadata> diff --git a/app-text/wv/wv-1.2.9-r1.ebuild b/app-text/wv/wv-1.2.9-r1.ebuild new file mode 100644 index 000000000000..57f90791b924 --- /dev/null +++ b/app-text/wv/wv-1.2.9-r1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +inherit eutils autotools multilib + +DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" +SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" +HOMEPAGE="http://wvware.sourceforge.net/" + +IUSE="tools wmf" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +SLOT="0" +LICENSE="GPL-2" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-extra/libgsf-1.13 + sys-libs/zlib + media-libs/libpng + dev-libs/libxml2 + tools? ( app-text/texlive-core + dev-texlive/texlive-latex ) + wmf? ( >=media-libs/libwmf-0.2.2 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + if ! use tools; then + sed -i -e '/bin_/d' GNUmakefile.am || die + sed -i -e '/SUBDIRS/d' GNUmakefile.am || die + sed -i -e '/\/GNUmakefile/d' configure.ac || die + sed -i -e '/wv[[:upper:]]/d' configure.ac || die + + # automake-1.13 fix, bug #467620 + sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die + + eautoreconf + fi +} + +src_configure() { + econf $(use_with wmf libwmf) +} + +pkg_preinst() { + preserve_old_lib /usr/$(get_libdir)/libwv-1.2.so.3 +} + +pkg_postinst() { + preserve_old_lib_notify /usr/$(get_libdir)/libwv-1.2.so.3 +} + +src_install () { + emake DESTDIR="${D}" install || die "Installation failed" + dodoc README NEWS || die + + rm -f "${ED}"/usr/share/man/man1/wvConvert.1 + if use tools; then + dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1 || die + fi +} |