commit: 499967240247a9f4325bfe0eb45cccc6d32215c3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 18:14:13 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 18:18:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49996724
dev-tcltk/scwoop: Drop EAPI 0 ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-tcltk/scwoop/scwoop-4.1.ebuild | 26 -------------------------- 1 file changed, 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 13f55586d5e..00000000000 --- 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* -}
