* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2008-02-07 20:59 Fabian Groffen (grobian)
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2008-02-07 20:59 UTC (permalink / raw
To: gentoo-commits
grobian 08/02/07 20:59:42
Modified: ChangeLog tmake-2.12.ebuild
Log:
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Revision Changes Path
1.23 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 15 May 2007 09:10:31 -0000 1.22
+++ ChangeLog 7 Feb 2008 20:59:42 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.22 2007/05/15 09:10:31 bangert Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.23 2008/02/07 20:59:42 grobian Exp $
+
+ 07 Feb 2008; Fabian Groffen <grobian@gentoo.org> tmake-2.12.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
1.4 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.3&r2=1.4
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tmake-2.12.ebuild 29 Oct 2005 17:36:51 -0000 1.3
+++ tmake-2.12.ebuild 7 Feb 2008 20:59:42 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.3 2005/10/29 17:36:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.4 2008/02/07 20:59:42 grobian Exp $
DESCRIPTION="A Cross platform Makefile tool"
SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
@@ -10,7 +10,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~alpha ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
+KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86"
IUSE=""
src_install () {
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2009-01-08 2:54 Jeremy Olexa (darkside)
0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-01-08 2:54 UTC (permalink / raw
To: gentoo-commits
darkside 09/01/08 02:54:54
Modified: ChangeLog tmake-2.12.ebuild
Log:
add ~amd64 kw and QA fixes. bug 253385
(Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)
Revision Changes Path
1.25 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 1 Jan 2009 20:45:10 -0000 1.24
+++ ChangeLog 8 Jan 2009 02:54:54 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.24 2009/01/01 20:45:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.25 2009/01/08 02:54:54 darkside Exp $
+
+ 08 Jan 2009; Jeremy Olexa <darkside@gentoo.org> tmake-2.12.ebuild:
+ add ~amd64 kw and QA fixes. bug 253385
01 Jan 2009; Raúl Porcel <armin76@gentoo.org> tmake-1.8-r1.ebuild,
tmake-1.11.ebuild, tmake-1.13.ebuild, tmake-2.12.ebuild:
1.6 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.5&r2=1.6
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tmake-2.12.ebuild 1 Jan 2009 20:45:10 -0000 1.5
+++ tmake-2.12.ebuild 8 Jan 2009 02:54:54 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.5 2009/01/01 20:45:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.6 2009/01/08 02:54:54 darkside Exp $
DESCRIPTION="A Cross platform Makefile tool"
SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
@@ -10,15 +10,14 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~alpha ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
src_install () {
- cd ${S}
dobin bin/tmake bin/progen
dodir /usr/lib/tmake
- cp -pPRf ${S}/lib/* ${D}/usr/lib/tmake
- dodoc CHANGES LICENSE README
+ cp -pPRf "${S}"/lib/* "${D}"/usr/lib/tmake
+ dodoc README
dohtml -r doc/*
dodir /etc/env.d
echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2010-04-06 9:25 Jonathan Callen (abcd)
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-06 9:25 UTC (permalink / raw
To: gentoo-commits
abcd 10/04/06 09:25:20
Modified: ChangeLog tmake-2.12.ebuild
Log:
Bump to EAPI=3, add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.26 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 8 Jan 2009 02:54:54 -0000 1.25
+++ ChangeLog 6 Apr 2010 09:25:20 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.25 2009/01/08 02:54:54 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.26 2010/04/06 09:25:20 abcd Exp $
+
+ 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> tmake-2.12.ebuild:
+ Bump to EAPI=3, add prefix keywords
08 Jan 2009; Jeremy Olexa <darkside@gentoo.org> tmake-2.12.ebuild:
add ~amd64 kw and QA fixes. bug 253385
1.7 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.6&r2=1.7
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tmake-2.12.ebuild 8 Jan 2009 02:54:54 -0000 1.6
+++ tmake-2.12.ebuild 6 Apr 2010 09:25:20 -0000 1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.6 2009/01/08 02:54:54 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.7 2010/04/06 09:25:20 abcd Exp $
+
+EAPI="3"
DESCRIPTION="A Cross platform Makefile tool"
SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
@@ -10,15 +12,16 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86 ~x86-linux ~ppc-macos"
IUSE=""
src_install () {
dobin bin/tmake bin/progen
dodir /usr/lib/tmake
- cp -pPRf "${S}"/lib/* "${D}"/usr/lib/tmake
+ cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
dodoc README
dohtml -r doc/*
- dodir /etc/env.d
- echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
+ echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
+ doenvd "${T}"/51tmake
}
+
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2012-02-06 15:35 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 15:35 UTC (permalink / raw
To: gentoo-commits
ranger 12/02/06 15:35:02
Modified: ChangeLog tmake-2.12.ebuild
Log:
Marking tmake-2.12 ppc for bug 397029
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.27 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 6 Apr 2010 09:25:20 -0000 1.26
+++ ChangeLog 6 Feb 2012 15:35:02 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.26 2010/04/06 09:25:20 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.27 2012/02/06 15:35:02 ranger Exp $
+
+ 06 Feb 2012; Brent Baude <ranger@gentoo.org> tmake-2.12.ebuild:
+ Marking tmake-2.12 ppc for bug 397029
06 Apr 2010; Jonathan Callen <abcd@gentoo.org> tmake-2.12.ebuild:
Bump to EAPI=3, add prefix keywords
1.9 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.8&r2=1.9
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tmake-2.12.ebuild 6 Apr 2010 15:19:47 -0000 1.8
+++ tmake-2.12.ebuild 6 Feb 2012 15:35:02 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.8 2010/04/06 15:19:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.9 2012/02/06 15:35:02 ranger Exp $
EAPI="3"
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~s390 ~sparc ~x86 ~x86-linux ~ppc-macos"
IUSE=""
src_install () {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2012-02-16 18:39 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:39 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/02/16 18:39:49
Modified: ChangeLog tmake-2.12.ebuild
Log:
x86 stable wrt bug #397029
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.29 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 12 Feb 2012 15:44:20 -0000 1.28
+++ ChangeLog 16 Feb 2012 18:39:49 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.28 2012/02/12 15:44:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.29 2012/02/16 18:39:49 phajdan.jr Exp $
+
+ 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tmake-2.12.ebuild:
+ x86 stable wrt bug #397029
12 Feb 2012; Raúl Porcel <armin76@gentoo.org> tmake-1.8-r1.ebuild,
tmake-1.13.ebuild, tmake-2.12.ebuild:
1.11 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.10&r2=1.11
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tmake-2.12.ebuild 12 Feb 2012 15:44:20 -0000 1.10
+++ tmake-2.12.ebuild 16 Feb 2012 18:39:49 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.10 2012/02/12 15:44:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.11 2012/02/16 18:39:49 phajdan.jr Exp $
EAPI="3"
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~amd64 ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos"
IUSE=""
src_install () {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild
@ 2013-01-14 21:45 Ulrich Mueller (ulm)
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-01-14 21:45 UTC (permalink / raw
To: gentoo-commits
ulm 13/01/14 21:45:41
Modified: ChangeLog tmake-2.12.ebuild
Log:
Update LICENSE, see LICENSE file in tarball.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Revision Changes Path
1.31 dev-util/tmake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 10 May 2012 16:12:27 -0000 1.30
+++ ChangeLog 14 Jan 2013 21:45:41 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.30 2012/05/10 16:12:27 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.31 2013/01/14 21:45:41 ulm Exp $
+
+ 14 Jan 2013; Ulrich Müller <ulm@gentoo.org> tmake-2.12.ebuild:
+ Update LICENSE, see LICENSE file in tarball.
10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tmake-1.13.ebuild,
-tmake-1.8-r1.ebuild:
1.12 dev-util/tmake/tmake-2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild?r1=1.11&r2=1.12
Index: tmake-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tmake-2.12.ebuild 16 Feb 2012 18:39:49 -0000 1.11
+++ tmake-2.12.ebuild 14 Jan 2013 21:45:41 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.11 2012/02/16 18:39:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.12 2013/01/14 21:45:41 ulm Exp $
EAPI="3"
@@ -8,13 +8,13 @@
SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
HOMEPAGE="http://tmake.sourceforge.net"
-RDEPEND=">=dev-lang/perl-5"
-
+LICENSE="HPND"
SLOT="0"
-LICENSE="as-is"
KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos"
IUSE=""
+RDEPEND=">=dev-lang/perl-5"
+
src_install () {
dobin bin/tmake bin/progen
dodir /usr/lib/tmake
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-14 21:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 2:54 [gentoo-commits] gentoo-x86 commit in dev-util/tmake: ChangeLog tmake-2.12.ebuild Jeremy Olexa (darkside)
-- strict thread matches above, loose matches on Subject: below --
2013-01-14 21:45 Ulrich Mueller (ulm)
2012-02-16 18:39 PaweA Hajdan (phajdan.jr)
2012-02-06 15:35 Brent Baude (ranger)
2010-04-06 9:25 Jonathan Callen (abcd)
2008-02-07 20:59 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox