aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 08:35:57 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-13 08:35:57 +0200
commite2cee5ab77e1cc79083488e6fc4f1d13eb99544f (patch)
treee22f4ba6b9bfdfe01c26ca9507d177fc69bdee28
parentdev-python/inference: Bump to EAPI=5 and distutils-r1.eclass; make license mo... (diff)
downloadsci-e2cee5ab77e1cc79083488e6fc4f1d13eb99544f.tar.gz
sci-e2cee5ab77e1cc79083488e6fc4f1d13eb99544f.tar.bz2
sci-e2cee5ab77e1cc79083488e6fc4f1d13eb99544f.zip
dev-tcltk/img_rotate: Bump to EAPI=5 and fix license
Package-Manager: portage-2.2.0_alpha179
-rw-r--r--dev-tcltk/img_rotate/ChangeLog6
-rw-r--r--dev-tcltk/img_rotate/Manifest2
-rw-r--r--dev-tcltk/img_rotate/img_rotate-1.1.ebuild14
-rw-r--r--dev-tcltk/img_rotate/metadata.xml8
4 files changed, 17 insertions, 13 deletions
diff --git a/dev-tcltk/img_rotate/ChangeLog b/dev-tcltk/img_rotate/ChangeLog
index 07e0b58fa..751a1900c 100644
--- a/dev-tcltk/img_rotate/ChangeLog
+++ b/dev-tcltk/img_rotate/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-tcltk/img_rotate
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jun 2013; Justin Lecher <jlec@gentoo.org> img_rotate-1.1.ebuild,
+ metadata.xml:
+ Bump to EAPI=5 and fix license
+
*img_rotate-1.1 (19 May 2009)
19 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/dev-tcltk/img_rotate/Manifest b/dev-tcltk/img_rotate/Manifest
index 375e9a2a5..f176133b1 100644
--- a/dev-tcltk/img_rotate/Manifest
+++ b/dev-tcltk/img_rotate/Manifest
@@ -1 +1 @@
-DIST img_rotate-1.1.zip 11368 RMD160 065dc97801ccd1431c1614840759340327d5646e SHA1 e0e1f51613f9677905c4a6191f0fbe6f93b06d21 SHA256 ef979518f21469c53f02773d0e1996a0196d45cf9bd36a6a5dca740ed32129d1
+DIST img_rotate-1.1.zip 11368 SHA256 ef979518f21469c53f02773d0e1996a0196d45cf9bd36a6a5dca740ed32129d1 SHA512 4b6ba324a2e54432e2bbd2c2c1ebd378cb16de916a08758c442d40cd8382d92895a05b1ea84469d02076b273961a23a898a34d9b6c95b695df5ceb5203caef89 WHIRLPOOL a0235504b636fe4ac93e449417185329499c07aedfebff856343e85355c4c075c7e35d51dc1bf7c3425b4181e40af286846665b675bf70a3875faa3f44c6017e
diff --git a/dev-tcltk/img_rotate/img_rotate-1.1.ebuild b/dev-tcltk/img_rotate/img_rotate-1.1.ebuild
index 2c5925a3f..c862117be 100644
--- a/dev-tcltk/img_rotate/img_rotate-1.1.ebuild
+++ b/dev-tcltk/img_rotate/img_rotate-1.1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit multilib
DESCRIPTION="Image rotation package"
HOMEPAGE="http://cardtable.sourceforge.net/tcltk/"
-#SRC_URI="${HOMEPAGE}/img_rotate.zip"
-SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.zip"
-
-LICENSE="as-is"
+SRC_URI="http://cardtable.sourceforge.net/tcltk/img_rotate.zip -> ${P}.zip"
+LICENSE="tcltk"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
IUSE=""
+
RDEPEND="dev-lang/tcl"
DEPEND="${RDEPEND}
app-arch/unzip"
@@ -23,5 +23,5 @@ S="${WORKDIR}"
src_install() {
insinto /usr/$(get_libdir)/${P}
- doins * || die
+ doins *
}
diff --git a/dev-tcltk/img_rotate/metadata.xml b/dev-tcltk/img_rotate/metadata.xml
index efb490d78..4bf6dbc6b 100644
--- a/dev-tcltk/img_rotate/metadata.xml
+++ b/dev-tcltk/img_rotate/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
+ <herd>sci</herd>
+ <maintainer>
+ <email>sci@gentoo.org</email>
+ </maintainer>
</pkgmetadata>