summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libvisio/ChangeLog6
-rw-r--r--media-libs/libvisio/libvisio-0.0.16.ebuild7
-rw-r--r--media-libs/libvisio/libvisio-9999.ebuild7
3 files changed, 11 insertions, 9 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog
index 948f4ea1bdbc..1d57249c6b86 100644
--- a/media-libs/libvisio/ChangeLog
+++ b/media-libs/libvisio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvisio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.28 2012/05/31 09:51:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.29 2012/06/09 00:15:14 zmedico Exp $
+
+ 09 Jun 2012; Zac Medico <zmedico@gentoo.org> libvisio-0.0.16.ebuild,
+ libvisio-9999.ebuild:
+ tweak inherits so repoman can parse them
31 May 2012; Justin Lecher <jlec@gentoo.org> libvisio-0.0.16.ebuild:
Keyworded for ~-linux, tested by me
diff --git a/media-libs/libvisio/libvisio-0.0.16.ebuild b/media-libs/libvisio/libvisio-0.0.16.ebuild
index 7a293c1dddc9..99baa631ed77 100644
--- a/media-libs/libvisio/libvisio-0.0.16.ebuild
+++ b/media-libs/libvisio/libvisio-0.0.16.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild,v 1.4 2012/05/31 09:51:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.16.ebuild,v 1.5 2012/06/09 00:15:14 zmedico Exp $
EAPI=4
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+inherit base
+[[ ${PV} == 9999 ]] && inherit autotools git-2
DESCRIPTION="Library parsing the visio documents"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"
diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild
index 724b5134db39..8c781b9a6d3b 100644
--- a/media-libs/libvisio/libvisio-9999.ebuild
+++ b/media-libs/libvisio/libvisio-9999.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.10 2012/05/05 08:02:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.11 2012/06/09 00:15:14 zmedico Exp $
EAPI=4
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
-[[ ${PV} == 9999 ]] && vcs="autotools git-2"
-inherit base ${vcs}
-unset vcs
+inherit base
+[[ ${PV} == 9999 ]] && inherit autotools git-2
DESCRIPTION="Library parsing the visio documents"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"