loki_val 08/09/07 13:28:55
Modified: ChangeLog libpcre-7.4.ebuild
Added: libpcre-7.8.ebuild
Removed: libpcre-7.7.ebuild libpcre-7.4-r1.ebuild
libpcre-7.6-r1.ebuild
Log:
Bump, remove old. Drop keywords for all except sh, arm, s390 and m68k on 7.4, since it's affected by a number of GLSAs.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
Revision Changes Path
1.140 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 30 Jun 2008 21:03:05 -0000 1.139
+++ ChangeLog 7 Sep 2008 13:28:55 -0000 1.140
@@ -1,6 +1,15 @@
# ChangeLog for dev-libs/libpcre
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.139 2008/06/30 21:03:05 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.140 2008/09/07 13:28:55 loki_val Exp $
+
+*libpcre-7.8 (07 Sep 2008)
+
+ 07 Sep 2008; Peter Alfredsen <loki_val@g.o>
+ -files/libpcre-7.6-ABI_correction.patch, libpcre-7.4.ebuild,
+ -libpcre-7.4-r1.ebuild, -libpcre-7.6-r1.ebuild, -libpcre-7.7.ebuild,
+ +libpcre-7.8.ebuild:
+ Bump, remove old. Drop keywords for all except sh, arm, s390 and m68k on
+ 7.4, since it's affected by a number of GLSAs.
*libpcre-7.7-r1 (30 Jun 2008)
1.9 dev-libs/libpcre/libpcre-7.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild?r1=1.8&r2=1.9
Index: libpcre-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpcre-7.4.ebuild 11 Dec 2007 10:03:12 -0000 1.8
+++ libpcre-7.4.ebuild 7 Sep 2008 13:28:55 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild,v 1.8 2007/12/11 10:03:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild,v 1.9 2008/09/07 13:28:55 loki_val Exp $
inherit libtool eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="arm m68k s390 sh"
IUSE="doc unicode"
DEPEND="dev-util/pkgconfig"
1.1 dev-libs/libpcre/libpcre-7.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.8.ebuild?rev=1.1&content-type=text/plain
Index: libpcre-7.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.8.ebuild,v 1.1 2008/09/07 13:28:55 loki_val Exp $
EAPI=1
inherit libtool eutils
MY_P="pcre-${PV}"
DESCRIPTION="Perl-compatible regular expression library"
HOMEPAGE="http://www.pcre.org/"
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="bzip2 +cxx doc unicode zlib"
DEPEND="dev-util/pkgconfig"
RDEPEND=""
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
elibtoolize
}
src_compile() {
# Enable building of static libs too - grep and others
# depend on them being built: bug 164099
econf --with-match-limit-recursion=8192 \
$(use_enable unicode utf8) $(use_enable unicode unicode-properties) \
$(use_enable cxx cpp) \
$(use_enable zlib pcregrep-libz) \
$(use_enable bzip2 pcregrep-libbz2) \
--enable-static \
--htmldir=/usr/share/doc/${PF}/html \
--docdir=/usr/share/doc/${PF} \
|| die "econf failed"
emake all || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc doc/*.txt AUTHORS
use doc && dohtml doc/html/*
}
|