diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-30 16:23:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-30 16:23:33 +0000 |
commit | 31d0d5e00a3ea043749437d7f2708ecd1a9e12eb (patch) | |
tree | 83f168246b8e6ee863fc0da9801a0055248159c4 /dev-tcltk | |
parent | A patch not to load init files in some lisps (diff) | |
download | gentoo-2-31d0d5e00a3ea043749437d7f2708ecd1a9e12eb.tar.gz gentoo-2-31d0d5e00a3ea043749437d7f2708ecd1a9e12eb.tar.bz2 gentoo-2-31d0d5e00a3ea043749437d7f2708ecd1a9e12eb.zip |
Fix LICENSE, see COPYRIGHT file, bug 465030.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/scwoop/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/scwoop/scwoop-4.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-tcltk/scwoop/ChangeLog b/dev-tcltk/scwoop/ChangeLog index a7bfca45309c..11297318a65d 100644 --- a/dev-tcltk/scwoop/ChangeLog +++ b/dev-tcltk/scwoop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/scwoop -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/ChangeLog,v 1.7 2007/02/22 01:30:08 peper Exp $ +# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/ChangeLog,v 1.8 2013/04/30 16:23:33 ulm Exp $ + + 30 Apr 2013; Ulrich Müller <ulm@gentoo.org> scwoop-4.1.ebuild: + Fix LICENSE, see COPYRIGHT file, bug 465030. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild index 07258544abce..b7492663ee1b 100644 --- a/dev-tcltk/scwoop/scwoop-4.1.ebuild +++ b/dev-tcltk/scwoop/scwoop-4.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.6 2005/04/24 10:59:19 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.7 2013/04/30 16:23:33 ulm Exp $ DESCRIPTION="Simple Composite Widget Object Oriented Package" HOMEPAGE="http://jfontain.free.fr/scwoop41.htm" SRC_URI="http://jfontain.free.fr/${P}.tar.gz" -LICENSE="as-is" +LICENSE="jfontain" KEYWORDS="x86 amd64 ~ppc" SLOT="0" IUSE="" @@ -15,7 +15,7 @@ DEPEND="dev-tcltk/tcllib" src_install() { dodir /usr/lib/scwoop - ./instapkg.tcl ${D}/usr/lib/scwoop || die + ./instapkg.tcl "${D}"/usr/lib/scwoop || die dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO dohtml scwoop.htm |