About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
vapier 09/10/26 07:44:57 Modified: ChangeLog Added: libcap-ng-0.6.2.ebuild Log: Version bump. (Portage version: 2.2_rc46/cvs/Linux x86_64) Revision Changes Path 1.3 sys-libs/libcap-ng/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libcap-ng/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libcap-ng/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 30 Sep 2009 08:36:38 -0000 1.2 +++ ChangeLog 26 Oct 2009 07:44:56 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libcap-ng # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.2 2009/09/30 08:36:38 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/ChangeLog,v 1.3 2009/10/26 07:44:56 vapier Exp $ + +*libcap-ng-0.6.2 (26 Oct 2009) + + 26 Oct 2009; Mike Frysinger <vapier@g.o> +libcap-ng-0.6.2.ebuild: + Version bump. 30 Sep 2009; Christian Faulhammer <fauli@g.o> libcap-ng-0.6.1.ebuild: 1.1 sys-libs/libcap-ng/libcap-ng-0.6.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.6.2.ebuild?rev=1.1&content-type=text/plain Index: libcap-ng-0.6.2.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap-ng/libcap-ng-0.6.2.ebuild,v 1.1 2009/10/26 07:44:56 vapier Exp $ EAPI="2" inherit eutils autotools DESCRIPTION="POSIX 1003.1e capabilities" HOMEPAGE="http://people.redhat.com/sgrubb/libcap-ng/" SRC_URI="http://people.redhat.com/sgrubb/libcap-ng/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python" RDEPEND="sys-apps/attr python? ( dev-lang/python )" DEPEND="${RDEPEND} sys-kernel/linux-headers python? ( dev-lang/swig )" src_prepare() { epatch "${FILESDIR}"/${PN}-gentoo.patch eautoreconf } src_configure() { econf $(use_enable python) || die "econf failed" } src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc ChangeLog README }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.