About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
drac 07/09/15 15:28:08 Modified: ChangeLog Added: xfc-4.3.2.ebuild Log: Version bump. (Portage version: 2.1.3.9) Revision Changes Path 1.5 x11-libs/xfc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 14 Mar 2007 14:58:07 -0000 1.4 +++ ChangeLog 15 Sep 2007 15:28:07 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xfc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.4 2007/03/14 14:58:07 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/ChangeLog,v 1.5 2007/09/15 15:28:07 drac Exp $ + +*xfc-4.3.2 (15 Sep 2007) + + 15 Sep 2007; Samuli Suominen <drac@g.o> +xfc-4.3.2.ebuild: + Version bump. *xfc-4.3.1 (14 Mar 2007) 1.1 x11-libs/xfc/xfc-4.3.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild?rev=1.1&content-type=text/plain Index: xfc-4.3.2.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xfc/xfc-4.3.2.ebuild,v 1.1 2007/09/15 15:28:07 drac Exp $ DESCRIPTION="C++ bindings to Xfce desktop environment" HOMEPAGE="http://xfc.xfce.org" SRC_URI="http://xfc.xfce.org/download/${PV}/src/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc debug examples" RDEPEND=">=dev-libs/glib-2.6 >=dev-libs/libsigc++-2.0.6 >=dev-libs/atk-1.9 >=x11-libs/pango-1.8 >=x11-libs/gtk+-2.6 >=gnome-base/libglade-2.4 x11-libs/gtksourceview dev-lang/perl doc? ( >=app-doc/doxygen-1.3.2 )" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { econf $(use_enable doc docs) \ $(use_enable debug) \ $(use_enable examples) \ $(use_enable examples demos) emake || die "emake failed." } src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README TODO } -- gentoo-commits@g.o mailing list
Updated Apr 29, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.