* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
@ 2007-09-17 19:36 Anant Narayanan (anant)
0 siblings, 0 replies; 5+ messages in thread
From: Anant Narayanan (anant) @ 2007-09-17 19:36 UTC (permalink / raw
To: gentoo-commits
anant 07/09/17 19:36:33
Modified: ChangeLog
Added: libpcre-7.3.ebuild
Log:
Version bump to 7.3
(Portage version: 2.1.3.5)
Revision Changes Path
1.100 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 15 Jul 2007 13:13:15 -0000 1.99
+++ ChangeLog 17 Sep 2007 19:36:33 -0000 1.100
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libpcre
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.99 2007/07/15 13:13:15 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.100 2007/09/17 19:36:33 anant Exp $
+
+*libpcre-7.3 (14 Sep 2007)
+
+ 14 Sep 2007; Anant Narayanan <anant@gentoo.org> +libpcre-7.3.ebuild:
+ Version bump to 7.3
15 Jul 2007; Christoph Mende <angelos@gentoo.org>
+files/pcre-7.1-pic.patch, libpcre-7.1.ebuild, libpcre-7.2.ebuild:
1.1 dev-libs/libpcre/libpcre-7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.1&content-type=text/plain
Index: libpcre-7.3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.1 2007/09/17 19:36:33 anant Exp $
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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="doc unicode"
DEPEND="dev-util/pkgconfig"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
elibtoolize
}
src_compile() {
if use unicode; then
myconf="--enable-utf8 --enable-unicode-properties"
fi
# Enable building of static libs too - grep and others
# depend on them being built: bug 164099
econf ${myconf} --enable-static || die "econf failed"
emake all || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc doc/*.txt AUTHORS
use doc && dohtml doc/html/*
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
@ 2007-09-18 9:57 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2007-09-18 9:57 UTC (permalink / raw
To: gentoo-commits
angelos 07/09/18 09:57:11
Modified: ChangeLog libpcre-7.3.ebuild
Log:
Readded pcre-7.1-pic.patch to libpcre-7.3
(Portage version: 2.1.3.9)
Revision Changes Path
1.101 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 17 Sep 2007 19:36:33 -0000 1.100
+++ ChangeLog 18 Sep 2007 09:57:11 -0000 1.101
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpcre
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.100 2007/09/17 19:36:33 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.101 2007/09/18 09:57:11 angelos Exp $
+
+ 18 Sep 2007; Christoph Mende <angelos@gentoo.org> libpcre-7.3.ebuild:
+ Readded pcre-7.1-pic.patch to libpcre-7.3
*libpcre-7.3 (14 Sep 2007)
1.2 dev-libs/libpcre/libpcre-7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?r1=1.1&r2=1.2
Index: libpcre-7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcre-7.3.ebuild 17 Sep 2007 19:36:33 -0000 1.1
+++ libpcre-7.3.ebuild 18 Sep 2007 09:57:11 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.1 2007/09/17 19:36:33 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.2 2007/09/18 09:57:11 angelos Exp $
inherit libtool eutils
@@ -23,6 +23,7 @@
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}/pcre-7.1-pic.patch"
elibtoolize
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
@ 2007-09-18 13:41 Mike Frysinger (vapier)
0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2007-09-18 13:41 UTC (permalink / raw
To: gentoo-commits
vapier 07/09/18 13:41:21
Modified: ChangeLog libpcre-7.3.ebuild
Log:
Backout broken PIC patch #182652.
(Portage version: 2.1.3.9)
Revision Changes Path
1.102 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 18 Sep 2007 09:57:11 -0000 1.101
+++ ChangeLog 18 Sep 2007 13:41:20 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpcre
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.101 2007/09/18 09:57:11 angelos Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.102 2007/09/18 13:41:20 vapier Exp $
+
+ 18 Sep 2007; Mike Frysinger <vapier@gentoo.org> libpcre-7.3.ebuild:
+ Backout broken PIC patch #182652.
18 Sep 2007; Christoph Mende <angelos@gentoo.org> libpcre-7.3.ebuild:
Readded pcre-7.1-pic.patch to libpcre-7.3
1.3 dev-libs/libpcre/libpcre-7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?r1=1.2&r2=1.3
Index: libpcre-7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpcre-7.3.ebuild 18 Sep 2007 09:57:11 -0000 1.2
+++ libpcre-7.3.ebuild 18 Sep 2007 13:41:20 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.2 2007/09/18 09:57:11 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.3 2007/09/18 13:41:20 vapier Exp $
inherit libtool eutils
@@ -18,12 +18,11 @@
DEPEND="dev-util/pkgconfig"
RDEPEND=""
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/pcre-7.1-pic.patch"
elibtoolize
}
@@ -39,7 +38,7 @@
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc doc/*.txt AUTHORS
use doc && dohtml doc/html/*
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
@ 2007-10-03 4:28 Joshua Jackson (tsunam)
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Jackson (tsunam) @ 2007-10-03 4:28 UTC (permalink / raw
To: gentoo-commits
tsunam 07/10/03 04:28:47
Modified: ChangeLog libpcre-7.3.ebuild
Log:
Marking stable on x86
(Portage version: 2.1.3.9)
Revision Changes Path
1.103 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 18 Sep 2007 13:41:20 -0000 1.102
+++ ChangeLog 3 Oct 2007 04:28:46 -0000 1.103
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpcre
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.102 2007/09/18 13:41:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.103 2007/10/03 04:28:46 tsunam Exp $
+
+ 03 Oct 2007; Joshua Jackson <tsunam@gentoo.org> ChangeLog:
+ Marking stable on x86
18 Sep 2007; Mike Frysinger <vapier@gentoo.org> libpcre-7.3.ebuild:
Backout broken PIC patch #182652.
1.4 dev-libs/libpcre/libpcre-7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?r1=1.3&r2=1.4
Index: libpcre-7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpcre-7.3.ebuild 18 Sep 2007 13:41:20 -0000 1.3
+++ libpcre-7.3.ebuild 3 Oct 2007 04:28:46 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.3 2007/09/18 13:41:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.4 2007/10/03 04:28:46 tsunam 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="doc unicode"
DEPEND="dev-util/pkgconfig"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
@ 2007-10-03 4:40 Joshua Jackson (tsunam)
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Jackson (tsunam) @ 2007-10-03 4:40 UTC (permalink / raw
To: gentoo-commits
tsunam 07/10/03 04:40:00
Modified: ChangeLog libpcre-7.3.ebuild
Log:
Marking stable for amd64 as well
(Portage version: 2.1.3.9)
Revision Changes Path
1.104 dev-libs/libpcre/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 3 Oct 2007 04:28:46 -0000 1.103
+++ ChangeLog 3 Oct 2007 04:40:00 -0000 1.104
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpcre
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.103 2007/10/03 04:28:46 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.104 2007/10/03 04:40:00 tsunam Exp $
+
+ 03 Oct 2007; Joshua Jackson <tsunam@gentoo.org> libpcre-7.3.ebuild:
+ Marking stable for amd64 as well
03 Oct 2007; Joshua Jackson <tsunam@gentoo.org> ChangeLog:
Marking stable on x86
1.5 dev-libs/libpcre/libpcre-7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild?r1=1.4&r2=1.5
Index: libpcre-7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpcre-7.3.ebuild 3 Oct 2007 04:28:46 -0000 1.4
+++ libpcre-7.3.ebuild 3 Oct 2007 04:40:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.4 2007/10/03 04:28:46 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3.ebuild,v 1.5 2007/10/03 04:40:00 tsunam 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="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="doc unicode"
DEPEND="dev-util/pkgconfig"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-03 4:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17 19:36 [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild Anant Narayanan (anant)
-- strict thread matches above, loose matches on Subject: below --
2007-09-18 9:57 Christoph Mende (angelos)
2007-09-18 13:41 Mike Frysinger (vapier)
2007-10-03 4:28 Joshua Jackson (tsunam)
2007-10-03 4:40 Joshua Jackson (tsunam)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox