diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-21 10:13:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-21 10:13:43 +0000 |
commit | 8ea89f62e7f758e85fdb1c8aff8779583dd949a4 (patch) | |
tree | a09296a6690b417f6c79b50b344dd523240d418d /media-libs/libvisio | |
parent | Stable for x86, wrt bug #441540 (diff) | |
download | gentoo-2-8ea89f62e7f758e85fdb1c8aff8779583dd949a4.tar.gz gentoo-2-8ea89f62e7f758e85fdb1c8aff8779583dd949a4.tar.bz2 gentoo-2-8ea89f62e7f758e85fdb1c8aff8779583dd949a4.zip |
Sync ebuilds.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.21.ebuild | 9 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index b346e73780e7..9907c9607d4c 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.40 2012/11/21 10:09:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.41 2012/11/21 10:13:43 scarabeus Exp $ + + 21 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-0.0.21.ebuild, + libvisio-9999.ebuild: + Sync ebuilds. 21 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> -files/libvisio-0.0.20-fix-underlinking-with-gold.patch, diff --git a/media-libs/libvisio/libvisio-0.0.21.ebuild b/media-libs/libvisio/libvisio-0.0.21.ebuild index 38f0ade42b49..990bbc500ec5 100644 --- a/media-libs/libvisio/libvisio-0.0.21.ebuild +++ b/media-libs/libvisio/libvisio-0.0.21.ebuild @@ -1,11 +1,11 @@ # 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.21.ebuild,v 1.2 2012/11/21 10:09:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.21.ebuild,v 1.3 2012/11/21 10:13:43 scarabeus Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -inherit base autotools +inherit base [[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the visio documents" @@ -14,11 +14,8 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" - -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ KEYWORDS="amd64 ppc x86" - IUSE="doc static-libs" RDEPEND=" @@ -37,7 +34,7 @@ DEPEND="${RDEPEND} src_prepare() { [[ -d m4 ]] || mkdir "m4" base_src_prepare - eautoreconf + [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index c763573ae87e..5a9ec85eb4cb 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,8 +1,8 @@ # 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.12 2012/11/07 06:36:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.13 2012/11/21 10:13:43 scarabeus Exp $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" inherit base @@ -14,7 +14,8 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc static-libs" RDEPEND=" |