summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-03-06 12:19:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-03-06 12:19:38 +0000
commit6fe9b394e9972ce03f7c56e2e0ca866697a7088a (patch)
treebb7a72b924c6bfc73b2d1ed328935432fd8a7c37 /app-text
parentx11-libs/qwt: Fix collision of example installation (diff)
downloadgentoo-2-6fe9b394e9972ce03f7c56e2e0ca866697a7088a.tar.gz
gentoo-2-6fe9b394e9972ce03f7c56e2e0ca866697a7088a.tar.bz2
gentoo-2-6fe9b394e9972ce03f7c56e2e0ca866697a7088a.zip
Bump to 0.0.5 and drop older.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libmspub/ChangeLog8
-rw-r--r--app-text/libmspub/libmspub-0.0.5.ebuild (renamed from app-text/libmspub/libmspub-0.0.4.ebuild)9
-rw-r--r--app-text/libmspub/libmspub-9999.ebuild9
3 files changed, 15 insertions, 11 deletions
diff --git a/app-text/libmspub/ChangeLog b/app-text/libmspub/ChangeLog
index bcaa5513a834..b2c8ee7ab9a8 100644
--- a/app-text/libmspub/ChangeLog
+++ b/app-text/libmspub/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/libmspub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.6 2013/02/13 07:11:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.7 2013/03/06 12:19:38 scarabeus Exp $
+
+*libmspub-0.0.5 (06 Mar 2013)
+
+ 06 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libmspub-0.0.5.ebuild,
+ -libmspub-0.0.4.ebuild, libmspub-9999.ebuild:
+ Bump to 0.0.5 and drop older.
13 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> libmspub-0.0.4.ebuild,
libmspub-9999.ebuild:
diff --git a/app-text/libmspub/libmspub-0.0.4.ebuild b/app-text/libmspub/libmspub-0.0.5.ebuild
index dee7a46981be..3c0f48fbd170 100644
--- a/app-text/libmspub/libmspub-0.0.4.ebuild
+++ b/app-text/libmspub/libmspub-0.0.5.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.4.ebuild,v 1.2 2013/02/13 07:11:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.5.ebuild,v 1.1 2013/03/06 12:19:38 scarabeus Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit base eutils
DESCRIPTION="Library parsing the Microsoft Publisher documents"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libmspub"
@@ -51,5 +50,5 @@ src_configure() {
src_install() {
default
- find "${ED}" -name '*.la' -exec rm -f {} +
+ prune_libtool_files --all
}
diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild
index a1d258983de1..84bab57c1775 100644
--- a/app-text/libmspub/libmspub-9999.ebuild
+++ b/app-text/libmspub/libmspub-9999.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.4 2013/02/13 07:11:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-9999.ebuild,v 1.5 2013/03/06 12:19:38 scarabeus Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit base eutils
DESCRIPTION="Library parsing the Microsoft Publisher documents"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libmspub"
@@ -51,5 +50,5 @@ src_configure() {
src_install() {
default
- find "${ED}" -name '*.la' -exec rm -f {} +
+ prune_libtool_files --all
}