* [gentoo-commits] gentoo-x86 commit in net-ftp/linksys-tftp: ChangeLog linksys-tftp-1.2.1-r2.ebuild
@ 2011-02-20 17:46 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-02-20 17:46 UTC (permalink / raw
To: gentoo-commits
vapier 11/02/20 17:46:19
Modified: ChangeLog
Added: linksys-tftp-1.2.1-r2.ebuild
Log:
Fix install of binary #353552 by Hanno Boeck and touchup ebuild a bit.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.7 net-ftp/linksys-tftp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 4 Oct 2010 15:57:22 -0000 1.6
+++ ChangeLog 20 Feb 2011 17:46:19 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for net-ftp/linksys-tftp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v 1.6 2010/10/04 15:57:22 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v 1.7 2011/02/20 17:46:19 vapier Exp $
+
+*linksys-tftp-1.2.1-r2 (20 Feb 2011)
+
+ 20 Feb 2011; Mike Frysinger <vapier@gentoo.org>
+ +linksys-tftp-1.2.1-r2.ebuild:
+ Fix install of binary #353552 by Hanno Boeck and touchup ebuild a bit.
*linksys-tftp-1.2.1-r1 (03 Oct 2010)
1.1 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild?rev=1.1&content-type=text/plain
Index: linksys-tftp-1.2.1-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild,v 1.1 2011/02/20 17:46:19 vapier Exp $
EAPI="2"
inherit eutils toolchain-funcs
DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router"
HOMEPAGE="http://redsand.net/projects/linksys-tftp/linksys-tftp.php"
SRC_URI="http://redsand.net/projects/${PN}/pub/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
src_prepare() {
epatch "${FILESDIR}"/${PF}-Makefile.patch
}
src_compile() {
emake CC="$(tc-getCC)" || die
}
src_install() {
dobin linksys-tftp || die
dodoc README
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-ftp/linksys-tftp: ChangeLog linksys-tftp-1.2.1-r2.ebuild
@ 2011-12-01 19:36 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-01 19:36 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/01 19:36:53
Modified: ChangeLog linksys-tftp-1.2.1-r2.ebuild
Log:
x86 stable wrt bug #391573
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.9 net-ftp/linksys-tftp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 22 Feb 2011 12:15:38 -0000 1.8
+++ ChangeLog 1 Dec 2011 19:36:53 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/linksys-tftp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v 1.8 2011/02/22 12:15:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v 1.9 2011/12/01 19:36:53 phajdan.jr Exp $
+
+ 01 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ linksys-tftp-1.2.1-r2.ebuild:
+ x86 stable wrt bug #391573
22 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org>
linksys-tftp-1.2.1-r2.ebuild:
1.3 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild?r1=1.2&r2=1.3
Index: linksys-tftp-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linksys-tftp-1.2.1-r2.ebuild 22 Feb 2011 12:15:38 -0000 1.2
+++ linksys-tftp-1.2.1-r2.ebuild 1 Dec 2011 19:36:53 -0000 1.3
@@ -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/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild,v 1.2 2011/02/22 12:15:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r2.ebuild,v 1.3 2011/12/01 19:36:53 phajdan.jr Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
src_prepare() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-01 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 19:36 [gentoo-commits] gentoo-x86 commit in net-ftp/linksys-tftp: ChangeLog linksys-tftp-1.2.1-r2.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2011-02-20 17:46 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox