* [gentoo-commits] gentoo-x86 commit in media-libs/flickcurl: ChangeLog flickcurl-1.25.ebuild
@ 2013-12-08 4:29 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-12-08 4:29 UTC (permalink / raw
To: gentoo-commits
radhermit 13/12/08 04:29:43
Modified: ChangeLog
Added: flickcurl-1.25.ebuild
Log:
Version bump (bug #493474).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.15 media-libs/flickcurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flickcurl/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flickcurl/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flickcurl/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 25 Jun 2013 12:51:36 -0000 1.14
+++ ChangeLog 8 Dec 2013 04:29:43 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/flickcurl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v 1.14 2013/06/25 12:51:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v 1.15 2013/12/08 04:29:43 radhermit Exp $
+
+*flickcurl-1.25 (08 Dec 2013)
+
+ 08 Dec 2013; Tim Harder <radhermit@gentoo.org> +flickcurl-1.25.ebuild:
+ Version bump (bug #493474).
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> flickcurl-1.24.ebuild:
Stable for amd64, wrt bug #474236
1.1 media-libs/flickcurl/flickcurl-1.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flickcurl/flickcurl-1.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flickcurl/flickcurl-1.25.ebuild?rev=1.1&content-type=text/plain
Index: flickcurl-1.25.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/flickcurl-1.25.ebuild,v 1.1 2013/12/08 04:29:43 radhermit Exp $
EAPI="5"
inherit autotools eutils
DESCRIPTION="C library for the Flickr API"
HOMEPAGE="http://librdf.org/flickcurl/"
SRC_URI="http://download.dajobe.org/flickcurl/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 GPL-2 Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc raptor static-libs"
RDEPEND=">=net-misc/curl-7.10.0
>=dev-libs/libxml2-2.6.8:2
raptor? ( media-libs/raptor:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
if ! use doc ; then
# Only install html documentation when the use flag is enabled
sed -e '/gtk-doc.make/d' \
-e 's:+=:=:' \
-i docs/Makefile.am || die
fi
eautoreconf
}
src_configure() {
econf \
$(use_with raptor) \
$(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" TARGET_DIR=/usr/share/doc/${PF}/html install
dodoc AUTHORS ChangeLog NEWS README
prune_libtool_files
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-08 4:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 4:29 [gentoo-commits] gentoo-x86 commit in media-libs/flickcurl: ChangeLog flickcurl-1.25.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox