From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild
Date: Tue, 18 Sep 2007 13:41:21 +0000 [thread overview]
Message-ID: <E1IXdKL-00011F-5V@stork.gentoo.org> (raw)
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
next reply other threads:[~2007-09-18 13:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-18 13:41 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-03 4:40 [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: ChangeLog libpcre-7.3.ebuild Joshua Jackson (tsunam)
2007-10-03 4:28 Joshua Jackson (tsunam)
2007-09-18 9:57 Christoph Mende (angelos)
2007-09-17 19:36 Anant Narayanan (anant)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IXdKL-00011F-5V@stork.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox