summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 19:14:13 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 19:18:52 +0100
commit499967240247a9f4325bfe0eb45cccc6d32215c3 (patch)
tree9f08339197b7a949161def7c7f8e896e013af2bf /dev-tcltk/scwoop
parentdev-embedded/urjtag: Drop EAPI 0 ebuild (diff)
downloadgentoo-499967240247a9f4325bfe0eb45cccc6d32215c3.tar.gz
gentoo-499967240247a9f4325bfe0eb45cccc6d32215c3.tar.bz2
gentoo-499967240247a9f4325bfe0eb45cccc6d32215c3.zip
dev-tcltk/scwoop: Drop EAPI 0 ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tcltk/scwoop')
-rw-r--r--dev-tcltk/scwoop/scwoop-4.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild
deleted file mode 100644
index 13f55586d5e3..000000000000
--- a/dev-tcltk/scwoop/scwoop-4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Simple Composite Widget Object Oriented Package"
-HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
-SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
-
-LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-tcltk/tcllib"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dodir /usr/lib/scwoop
- ./instapkg.tcl "${D}"/usr/lib/scwoop || die
-
- dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
- dohtml scwoop.htm
- docinto demo
- dodoc demo*
-}