summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-11-29 21:42:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-11-29 21:48:54 +0100
commit6bcd4f96bf81b18fccba2e6beff35406af3bce0e (patch)
tree574e82b23650e182dbaa6eaf66f65a419776b72f /app-text/libmwaw/libmwaw-9999.ebuild
parentx11-misc/nts: Drop old (diff)
downloadgentoo-6bcd4f96bf81b18fccba2e6beff35406af3bce0e.tar.gz
gentoo-6bcd4f96bf81b18fccba2e6beff35406af3bce0e.tar.bz2
gentoo-6bcd4f96bf81b18fccba2e6beff35406af3bce0e.zip
app-text/libmwaw: Version bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-text/libmwaw/libmwaw-9999.ebuild')
-rw-r--r--app-text/libmwaw/libmwaw-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild
index d1a398943449..a8a3aae2772a 100644
--- a/app-text/libmwaw/libmwaw-9999.ebuild
+++ b/app-text/libmwaw/libmwaw-9999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
inherit eutils
[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
+HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1"
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ default
[[ ${PV} == 9999 ]] && eautoreconf
}