* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-0.49.ebuild ChangeLog
@ 2011-11-10 19:32 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-10 19:32 UTC (permalink / raw
To: gentoo-commits
radhermit 11/11/10 19:32:13
Modified: ChangeLog
Added: libexplain-0.49.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-libs/libexplain/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 28 Sep 2011 23:14:26 -0000 1.8
+++ ChangeLog 10 Nov 2011 19:32:13 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libexplain
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.8 2011/09/28 23:14:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.9 2011/11/10 19:32:13 radhermit Exp $
+
+*libexplain-0.49 (10 Nov 2011)
+
+ 10 Nov 2011; Tim Harder <radhermit@gentoo.org> +libexplain-0.49.ebuild:
+ Version bump.
*libexplain-0.47 (28 Sep 2011)
1.1 dev-libs/libexplain/libexplain-0.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.1&content-type=text/plain
Index: libexplain-0.49.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v 1.1 2011/11/10 19:32:13 radhermit Exp $
EAPI=4
inherit autotools-utils eutils
MY_P="${P}.D001"
DESCRIPTION="Library which may be used to explain Unix and Linux system call errors"
HOMEPAGE="http://libexplain.sourceforge.net/"
SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
IUSE="static-libs"
DEPEND="
>=sys-kernel/linux-headers-2.6.35
sys-libs/libcap
>=sys-libs/glibc-2.11"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${MY_P}
DOCS=( README )
src_prepare() {
# Portage incompatible test
sed \
-e '/t0524a/d' \
-e '/t0363a/d' \
-i Makefile.in || die
epatch "${FILESDIR}"/${PN}-0.45-configure.patch
cp "${S}"/etc/configure.ac "${S}"
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static)
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-0.49.ebuild ChangeLog
@ 2011-11-27 3:52 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-27 3:52 UTC (permalink / raw
To: gentoo-commits
radhermit 11/11/27 03:52:25
Modified: libexplain-0.49.ebuild ChangeLog
Log:
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-libs/libexplain/libexplain-0.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?r1=1.1&r2=1.2
Index: libexplain-0.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libexplain-0.49.ebuild 10 Nov 2011 19:32:13 -0000 1.1
+++ libexplain-0.49.ebuild 27 Nov 2011 03:52:25 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v 1.1 2011/11/10 19:32:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v 1.2 2011/11/27 03:52:25 radhermit Exp $
EAPI=4
inherit autotools-utils eutils
@@ -26,6 +26,8 @@
DOCS=( README )
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
src_prepare() {
# Portage incompatible test
sed \
1.10 dev-libs/libexplain/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 10 Nov 2011 19:32:13 -0000 1.9
+++ ChangeLog 27 Nov 2011 03:52:25 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libexplain
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.9 2011/11/10 19:32:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.10 2011/11/27 03:52:25 radhermit Exp $
+
+ 27 Nov 2011; Tim Harder <radhermit@gentoo.org> libexplain-0.49.ebuild:
+ Build in the source tree.
*libexplain-0.49 (10 Nov 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-0.49.ebuild ChangeLog
@ 2011-11-28 1:53 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-28 1:53 UTC (permalink / raw
To: gentoo-commits
radhermit 11/11/28 01:53:50
Modified: libexplain-0.49.ebuild ChangeLog
Log:
Re-add the eautoreconf call and other minor fixes.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-libs/libexplain/libexplain-0.49.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild?r1=1.3&r2=1.4
Index: libexplain-0.49.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libexplain-0.49.ebuild 27 Nov 2011 17:01:06 -0000 1.3
+++ libexplain-0.49.ebuild 28 Nov 2011 01:53:50 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v 1.3 2011/11/27 17:01:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.49.ebuild,v 1.4 2011/11/28 01:53:50 radhermit Exp $
EAPI=4
-inherit autotools-utils eutils multilib
+inherit autotools-utils
MY_P="${P}.D001"
@@ -22,7 +22,7 @@
>=sys-libs/glibc-2.11"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"/${MY_P}
+S=${WORKDIR}/${MY_P}
DOCS=( README )
@@ -30,7 +30,7 @@
PATCHES=(
"${FILESDIR}"/${PN}-0.45-configure.patch
- )
+)
src_prepare() {
# Portage incompatible test
@@ -42,9 +42,5 @@
cp "${S}"/etc/configure.ac "${S}"
autotools-utils_src_prepare
-}
-
-src_install() {
- autotools-utils_src_install
- use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
+ eautoreconf
}
1.12 dev-libs/libexplain/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 27 Nov 2011 17:01:06 -0000 1.11
+++ ChangeLog 28 Nov 2011 01:53:50 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libexplain
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.11 2011/11/27 17:01:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.12 2011/11/28 01:53:50 radhermit Exp $
+
+ 28 Nov 2011; Tim Harder <radhermit@gentoo.org> libexplain-0.49.ebuild:
+ Re-add the eautoreconf call and other minor fixes.
27 Nov 2011; Justin Lecher <jlec@gentoo.org> libexplain-0.45.ebuild,
files/libexplain-0.45-configure.patch, libexplain-0.46.ebuild,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-28 1:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 1:53 [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-0.49.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2011-11-27 3:52 Tim Harder (radhermit)
2011-11-10 19:32 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox