* [gentoo-commits] gentoo-x86 commit in net-misc/axel: metadata.xml axel-2.4.ebuild
@ 2009-10-29 18:29 99% Thomas Sachau (tommy)
0 siblings, 0 replies; 1+ results
From: Thomas Sachau (tommy) @ 2009-10-29 18:29 UTC (permalink / raw
To: gentoo-commits
tommy 09/10/29 18:29:30
Modified: metadata.xml axel-2.4.ebuild
Log:
Proxy commit for chiiph, add him and myself to metadata.xml
(Portage version: 2.2_rc46-r3/cvs/Linux x86_64)
Revision Changes Path
1.3 net-misc/axel/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/axel/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 25 Oct 2009 20:19:14 -0000 1.2
+++ metadata.xml 29 Oct 2009 18:29:29 -0000 1.3
@@ -3,6 +3,13 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>chiiph@gmail.com</email>
+ <name>Tomas Touceda</name>
+ <description>Maintainer of ebuilds, assign bugs</description>
+</maintainer>
+<maintainer>
+ <email>tommy@gentoo.org</email>
+ <name>Thomas Sachau</name>
+ <description>Proxy committer, CC bugs</description>
</maintainer>
</pkgmetadata>
1.3 net-misc/axel/axel-2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/axel-2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/axel-2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/axel/axel-2.4.ebuild?r1=1.2&r2=1.3
Index: axel-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- axel-2.4.ebuild 28 Oct 2009 09:25:12 -0000 1.2
+++ axel-2.4.ebuild 29 Oct 2009 18:29:29 -0000 1.3
@@ -1,48 +1,44 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.4.ebuild,v 1.2 2009/10/28 09:25:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.4.ebuild,v 1.3 2009/10/29 18:29:29 tommy Exp $
+
+EAPI="2"
inherit eutils toolchain-funcs
-DESCRIPTION="light Unix download accelerator"
+DESCRIPTION="Light Unix download accelerator"
HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/3015/${P}.tar.gz"
+SRC_URI="http://alioth.debian.org/frs/download.php/3016/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="debug nls"
+DEPEND="nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}"
-
-#S="${WORKDIR}/${PN}-1.1"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Set LDFLAGS and fix expr
- sed -i -e 's/expr/& --/' -e "s/^LFLAGS=$/&${LDFLAGS}/" configure
+
+src_prepare() {
+ sed -i -e "s/^LFLAGS=$/&${LDFLAGS}/" configure || die "sed failed"
}
-src_compile() {
- local myconf
+src_configure() {
+ local myconf=""
- use debug && myconf="${myconf} --debug=1"
- use nls && myconf="${myconf} --i18n=1"
+ use debug && myconf+=" --debug=1"
+ use nls && myconf+=" --i18n=$(use nls && echo 1 || echo 0)"
econf \
--strip=0 \
- --etcdir=/etc \
${myconf}
+}
+src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc API CHANGES CREDITS README axelrc.example
+ dodoc API CHANGES CREDITS README axelrc.example || die "dodoc failed"
}
pkg_postinst() {
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-29 18:29 99% [gentoo-commits] gentoo-x86 commit in net-misc/axel: metadata.xml axel-2.4.ebuild Thomas Sachau (tommy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox