diff options
author | 2012-12-06 08:19:25 +0000 | |
---|---|---|
committer | 2012-12-06 08:19:25 +0000 | |
commit | 999caf3111c54a653f31720cf54cd30685509005 (patch) | |
tree | 6ac4e5ec503cc02d265c33ef1402e11bfe7cd63d /media-libs/libvisio | |
parent | Version bump. (diff) | |
download | gentoo-2-999caf3111c54a653f31720cf54cd30685509005.tar.gz gentoo-2-999caf3111c54a653f31720cf54cd30685509005.tar.bz2 gentoo-2-999caf3111c54a653f31720cf54cd30685509005.zip |
Stable amd64 ppc and x86. Needs to go stable, severe bugs.
(Portage version: 2.2.0_alpha144/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 | 52 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.23.ebuild | 4 |
3 files changed, 7 insertions, 55 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index fb5d3bbd33b4..87c53b85d75e 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.43 2012/12/06 08:17:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.44 2012/12/06 08:19:25 scarabeus Exp $ + + 06 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libvisio-0.0.21.ebuild, + libvisio-0.0.23.ebuild: + Stable amd64 ppc and x86. Needs to go stable, severe bugs. *libvisio-0.0.23 (06 Dec 2012) diff --git a/media-libs/libvisio/libvisio-0.0.21.ebuild b/media-libs/libvisio/libvisio-0.0.21.ebuild deleted file mode 100644 index d8bd3894375a..000000000000 --- a/media-libs/libvisio/libvisio-0.0.21.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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.4 2012/11/21 13:26:59 scarabeus Exp $ - -EAPI=5 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/" -inherit base -[[ ${PV} == 9999 ]] && inherit autotools git-2 - -DESCRIPTION="Library parsing the visio documents" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ppc x86" -IUSE="doc static-libs" - -RDEPEND=" - app-text/libwpd:0.9 - app-text/libwpg:0.2 - dev-libs/libxml2 - sys-libs/zlib -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.46 - dev-util/gperf - virtual/pkgconfig - sys-devel/libtool - doc? ( app-doc/doxygen ) -" - -src_prepare() { - [[ -d m4 ]] || mkdir "m4" - base_src_prepare - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - $(use_enable static-libs static) \ - --disable-werror \ - $(use_with doc docs) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/media-libs/libvisio/libvisio-0.0.23.ebuild b/media-libs/libvisio/libvisio-0.0.23.ebuild index 108cc2344ae1..8d9d7fd42a81 100644 --- a/media-libs/libvisio/libvisio-0.0.23.ebuild +++ b/media-libs/libvisio/libvisio-0.0.23.ebuild @@ -1,6 +1,6 @@ # 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.23.ebuild,v 1.1 2012/12/06 08:17:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.23.ebuild,v 1.2 2012/12/06 08:19:25 scarabeus Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="doc static-libs" RDEPEND=" |