* [gentoo-commits] gentoo-x86 commit in app-misc/reptyr: ChangeLog reptyr-0.3.ebuild
@ 2011-06-02 0:56 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2011-06-02 0:56 UTC (permalink / raw
To: gentoo-commits
radhermit 11/06/02 00:56:33
Modified: ChangeLog reptyr-0.3.ebuild
Log:
Use append-cflags explicitly instead of append-flags.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.2 app-misc/reptyr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 2 Jun 2011 00:52:45 -0000 1.1
+++ ChangeLog 2 Jun 2011 00:56:33 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/reptyr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.1 2011/06/02 00:52:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.2 2011/06/02 00:56:33 radhermit Exp $
+
+ 02 Jun 2011; Tim Harder <radhermit@gentoo.org> reptyr-0.3.ebuild:
+ Use append-cflags explicitly instead of append-flags.
*reptyr-0.3 (02 Jun 2011)
1.2 app-misc/reptyr/reptyr-0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?r1=1.1&r2=1.2
Index: reptyr-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reptyr-0.3.ebuild 2 Jun 2011 00:52:45 -0000 1.1
+++ reptyr-0.3.ebuild 2 Jun 2011 00:56:33 -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/app-misc/reptyr/reptyr-0.3.ebuild,v 1.1 2011/06/02 00:52:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.2 2011/06/02 00:56:33 radhermit Exp $
EAPI=4
@@ -21,7 +21,7 @@
}
src_compile() {
- append-flags -D_GNU_SOURCE
+ append-cflags -D_GNU_SOURCE
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/reptyr: ChangeLog reptyr-0.3.ebuild
@ 2011-07-17 9:54 Justin Lecher (jlec)
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2011-07-17 9:54 UTC (permalink / raw
To: gentoo-commits
jlec 11/07/17 09:54:30
Modified: ChangeLog reptyr-0.3.ebuild
Log:
Make it prefix ready
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Revision Changes Path
1.3 app-misc/reptyr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 2 Jun 2011 00:56:33 -0000 1.2
+++ ChangeLog 17 Jul 2011 09:54:30 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/reptyr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.2 2011/06/02 00:56:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.3 2011/07/17 09:54:30 jlec Exp $
+
+ 17 Jul 2011; Justin Lecher <jlec@gentoo.org> reptyr-0.3.ebuild:
+ Make it prefix ready
02 Jun 2011; Tim Harder <radhermit@gentoo.org> reptyr-0.3.ebuild:
Use append-cflags explicitly instead of append-flags.
1.3 app-misc/reptyr/reptyr-0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?r1=1.2&r2=1.3
Index: reptyr-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- reptyr-0.3.ebuild 2 Jun 2011 00:56:33 -0000 1.2
+++ reptyr-0.3.ebuild 17 Jul 2011 09:54:30 -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/app-misc/reptyr/reptyr-0.3.ebuild,v 1.2 2011/06/02 00:56:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.3 2011/07/17 09:54:30 jlec Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
src_unpack() {
@@ -26,6 +26,6 @@
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
dodoc ChangeLog NOTES README
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/reptyr: ChangeLog reptyr-0.3.ebuild
@ 2012-07-23 16:11 Stephen Klimaszewski (steev)
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Klimaszewski (steev) @ 2012-07-23 16:11 UTC (permalink / raw
To: gentoo-commits
steev 12/07/23 16:11:34
Modified: ChangeLog reptyr-0.3.ebuild
Log:
Add ~arm keyword. Tested on a Genesi EfikaMX (armv7) and a CompuLab Trimslice (also armv7)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.4 app-misc/reptyr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 17 Jul 2011 09:54:30 -0000 1.3
+++ ChangeLog 23 Jul 2012 16:11:34 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/reptyr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.3 2011/07/17 09:54:30 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.4 2012/07/23 16:11:34 steev Exp $
+
+ 23 Jul 2012; Steev Klimaszewski <steev@gentoo.org> reptyr-0.3.ebuild:
+ Add ~arm keyword. Tested on a Genesi EfikaMX (armv7) and a CompuLab Trimslice
+ (also armv7)
17 Jul 2011; Justin Lecher <jlec@gentoo.org> reptyr-0.3.ebuild:
Make it prefix ready
1.4 app-misc/reptyr/reptyr-0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild?r1=1.3&r2=1.4
Index: reptyr-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- reptyr-0.3.ebuild 17 Jul 2011 09:54:30 -0000 1.3
+++ reptyr-0.3.ebuild 23 Jul 2012 16:11:34 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.3 2011/07/17 09:54:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.4 2012/07/23 16:11:34 steev Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
src_unpack() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/reptyr: ChangeLog reptyr-0.3.ebuild
@ 2012-11-24 13:21 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-11-24 13:21 UTC (permalink / raw
To: gentoo-commits
radhermit 12/11/24 13:21:56
Modified: ChangeLog
Removed: reptyr-0.3.ebuild
Log:
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.6 app-misc/reptyr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/reptyr/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 23 Aug 2012 15:46:18 -0000 1.5
+++ ChangeLog 24 Nov 2012 13:21:56 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/reptyr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.5 2012/08/23 15:46:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.6 2012/11/24 13:21:56 radhermit Exp $
+
+ 24 Nov 2012; Tim Harder <radhermit@gentoo.org> -reptyr-0.3.ebuild:
+ Remove old.
*reptyr-0.4 (23 Aug 2012)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-24 13:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 9:54 [gentoo-commits] gentoo-x86 commit in app-misc/reptyr: ChangeLog reptyr-0.3.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2012-11-24 13:21 Tim Harder (radhermit)
2012-07-23 16:11 Stephen Klimaszewski (steev)
2011-06-02 0:56 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