diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-09-13 20:16:25 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-09-13 20:16:25 +0000 |
commit | 003e141b338f4afdb246e925e6a8b6991020ad17 (patch) | |
tree | c381baf4345a582de6835d925bb20689fb366b6e /app-text/libodfgen | |
parent | Version bump. Thanks to Andreas Sturmlechner. (diff) | |
download | gentoo-2-003e141b338f4afdb246e925e6a8b6991020ad17.tar.gz gentoo-2-003e141b338f4afdb246e925e6a8b6991020ad17.tar.bz2 gentoo-2-003e141b338f4afdb246e925e6a8b6991020ad17.zip |
Remove old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-text/libodfgen')
-rw-r--r-- | app-text/libodfgen/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/libodfgen/libodfgen-0.0.2.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/app-text/libodfgen/ChangeLog b/app-text/libodfgen/ChangeLog index e619dbc253a9..0e7d4ed7e100 100644 --- a/app-text/libodfgen/ChangeLog +++ b/app-text/libodfgen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/libodfgen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.11 2014/06/29 16:43:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.12 2014/09/13 20:16:25 dilfridge Exp $ + + 13 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -libodfgen-0.0.2.ebuild: + Remove old 29 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libodfgen-0.0.4.ebuild: Stable for x86, wrt bug #514886 diff --git a/app-text/libodfgen/libodfgen-0.0.2.ebuild b/app-text/libodfgen/libodfgen-0.0.2.ebuild deleted file mode 100644 index d7e6c29fb263..000000000000 --- a/app-text/libodfgen/libodfgen-0.0.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.2.ebuild,v 1.3 2013/10/27 12:05:10 ago Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" -HOMEPAGE="http://libwpd.sf.net" -SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - app-text/libwpd - app-text/libwpg -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46 - virtual/pkgconfig -" - -src_configure() { - econf \ - --disable-static \ - --disable-werror \ - --with-sharedptr=boost \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - prune_libtool_files --all -} |