diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-14 21:45:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-14 21:45:41 +0000 |
commit | 4dc2a093b16d77ee97170f5a8e29a9e68806d7f2 (patch) | |
tree | f7b597f03ffb1866ea0b825887e2c06535f45af1 /dev-util/tmake | |
parent | Version bump (diff) | |
download | gentoo-2-4dc2a093b16d77ee97170f5a8e29a9e68806d7f2.tar.gz gentoo-2-4dc2a093b16d77ee97170f5a8e29a9e68806d7f2.tar.bz2 gentoo-2-4dc2a093b16d77ee97170f5a8e29a9e68806d7f2.zip |
Update LICENSE, see LICENSE file in tarball.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-util/tmake')
-rw-r--r-- | dev-util/tmake/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/tmake/tmake-2.12.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/tmake/ChangeLog b/dev-util/tmake/ChangeLog index 2d194104b32d..64224bbb4ad9 100644 --- a/dev-util/tmake/ChangeLog +++ b/dev-util/tmake/ChangeLog @@ -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: diff --git a/dev-util/tmake/tmake-2.12.ebuild b/dev-util/tmake/tmake-2.12.ebuild index d331f0bad5bd..fa4db59d2980 100644 --- a/dev-util/tmake/tmake-2.12.ebuild +++ b/dev-util/tmake/tmake-2.12.ebuild @@ -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 @@ DESCRIPTION="A Cross platform Makefile tool" 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 |