* [gentoo-commits] gentoo-x86 commit in media-libs/libpgf: libpgf-6.11.32.ebuild ChangeLog libpgf-6.11.28.ebuild
@ 2011-09-11 20:03 Andreas HAttel (dilfridge)
0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-09-11 20:03 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/09/11 20:03:16
Modified: ChangeLog libpgf-6.11.28.ebuild
Added: libpgf-6.11.32.ebuild
Log:
Version bump because of ppc bugfixes; remove ppc keyword in previous version
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Revision Changes Path
1.8 media-libs/libpgf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpgf/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 27 Jul 2011 21:33:46 -0000 1.7
+++ ChangeLog 11 Sep 2011 20:03:16 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libpgf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpgf/ChangeLog,v 1.7 2011/07/27 21:33:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpgf/ChangeLog,v 1.8 2011/09/11 20:03:16 dilfridge Exp $
+
+*libpgf-6.11.32 (11 Sep 2011)
+
+ 11 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> libpgf-6.11.28.ebuild,
+ +libpgf-6.11.32.ebuild:
+ Version bump because of ppc bugfixes; remove ppc keyword in previous version
*libpgf-6.11.28 (27 Jul 2011)
1.2 media-libs/libpgf/libpgf-6.11.28.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild?r1=1.1&r2=1.2
Index: libpgf-6.11.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpgf-6.11.28.ebuild 27 Jul 2011 21:33:46 -0000 1.1
+++ libpgf-6.11.28.ebuild 11 Sep 2011 20:03:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild,v 1.1 2011/07/27 21:33:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpgf/libpgf-6.11.28.ebuild,v 1.2 2011/09/11 20:03:16 dilfridge Exp $
EAPI=4
inherit autotools
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
RDEPEND=""
1.1 media-libs/libpgf/libpgf-6.11.32.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/libpgf-6.11.32.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpgf/libpgf-6.11.32.ebuild?rev=1.1&content-type=text/plain
Index: libpgf-6.11.32.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpgf/libpgf-6.11.32.ebuild,v 1.1 2011/09/11 20:03:16 dilfridge Exp $
EAPI=4
inherit autotools
DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
HOMEPAGE="http://www.libpgf.org/"
SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc static-libs"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )
app-arch/unzip"
S=${WORKDIR}/${PN}
src_prepare() {
if ! use doc; then
sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
fi
eautoreconf
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-11 20:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-11 20:03 [gentoo-commits] gentoo-x86 commit in media-libs/libpgf: libpgf-6.11.32.ebuild ChangeLog libpgf-6.11.28.ebuild Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox