public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/aget: ChangeLog aget-0.4.1.ebuild
@ 2010-08-31  0:11 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2010-08-31  0:11 UTC (permalink / raw
  To: gentoo-commits

xmw         10/08/31 00:11:41

  Modified:             ChangeLog
  Added:                aget-0.4.1.ebuild
  Log:
  Version bump, fixed bug #327591
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-misc/aget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aget/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aget/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aget/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Jan 2010 15:45:03 -0000	1.15
+++ ChangeLog	31 Aug 2010 00:11:41 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/aget
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.15 2010/01/07 15:45:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.16 2010/08/31 00:11:41 xmw Exp $
+
+*aget-0.4.1 (30 Aug 2010)
+
+  30 Aug 2010; Michael Weber <xmw@gentoo.org> +aget-0.4.1.ebuild:
+  Version bump, fixed bug #327591, thanks to Jens Rutschmann
+  <Jens.Rutschmann@gmx.info> for the update. Die more, respect CC.
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> aget-0.4.ebuild:
   Transfer Prefix keywords



1.1                  net-misc/aget/aget-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aget/aget-0.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/aget/aget-0.4.1.ebuild?rev=1.1&content-type=text/plain

Index: aget-0.4.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.1.ebuild,v 1.1 2010/08/31 00:11:41 xmw Exp $

EAPI=2

inherit toolchain-funcs

DESCRIPTION="multithreaded HTTP download accelerator"
HOMEPAGE="http://www.enderunix.org/aget/"
SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

src_prepare() {
	sed -i \
		-e '3s/$/DESTDIR =/' \
		-e '/^CFLAGS/s:=.*:+= -Wall $(CPPFLAGS):' \
		-e '/^LDFLAGS/s:=:+=:' \
		-e '/^\tcp -f aget /s:\/usr.*:\$(DESTDIR)\/usr\/bin:' Makefile || die
	sed -i -e '/_XOPEN_SOURCE/d' Head.c || die
	sed -i -e 's/http\/\//http:\/\//' Misc.c || die
}

src_compile() {
	emake CC="$(tc-getCC)" || die
}

src_install() {
	dobin aget || die
	dodoc AUTHORS ChangeLog README* THANKS TODO || die
	doman aget.1 || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-31  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31  0:11 [gentoo-commits] gentoo-x86 commit in net-misc/aget: ChangeLog aget-0.4.1.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox