dev-tcltk/tkdnd: remove old versions

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Tupone Alfredo
2019-09-10 11:35:18 +02:00
parent 50221e8920
commit c5cbd20b12
3 changed files with 0 additions and 82 deletions

View File

@@ -1,3 +1 @@
DIST tkdnd2.2.tar.gz 501708 BLAKE2B 388a488fa6a6f86041182d741e4bb45b3cf86c8feb39de15010dbd21cddb536800cad0df23b5c27afec83bd4550c759534986b24804aefd007f0de4f5ecbf3cf SHA512 96f3b7209d82801b69932531b987cfe2c3367fbaaffd2198afc84bf21643437db8a9958511e31ce2c36896538ff8f8c9237950d0f82b832f7133fb1e5768fd26
DIST tkdnd2.6-src.tar.gz 180278 BLAKE2B 598bba80e239440eae5e3dade176a015a33f426a387fbd8dcf96fa7b8644665d05cc2e52a86be40e2c40922211b200c484bde7dc69da1b252922ed203740fc87 SHA512 2ce1be9b49c21bc67102575420311c1ec764493315791c8a76313cae6d22846b3049dd85cdc0b2f28592889432b85103b0fa207445f678dbe22f988eb1d6fc87
DIST tkdnd2.8-src.tar.gz 185025 BLAKE2B 3f7c1b728d12c2ad7d7fea82dae1c3f29207b70fd382fb6aa7aa6602602b0a9b5c4604347b9b1aa1faff7c5952d9557046157cb6af4268b56483f7398d4b55e3 SHA512 0cca1783ed4e481565fa23cebc12382f223c8a02f24a2795af3818d56769d265b45e2ce74d2a4a3a8203718bad6426efe37a5382e8376dd6a0820ef81866050e

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit autotools-utils eutils
MY_PN="TkDND"
DESCRIPTION="Extension that adds native drag & drop capabilities to the tk toolkit"
HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${MY_PN}%20${PV}/${P/-/}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug threads X"
RESTRICT="test"
DEPEND="dev-lang/tk"
RDEPEND=${DEPEND}
S=${WORKDIR}/${P/-/}
src_prepare() {
sed \
-e 's:-O2::g' \
-e 's:-fomit-frame-pointer::g' \
-e 's:-pipe::g' \
-i configure tclconfig/tcl.m4 || die
}
src_configure() {
local myeconfargs
use X && myeconfargs+=( --with-x )
use debug && myeconfargs+=( --with-symbols )
use threads && myeconfargs+=( --enable-threads )
autotools-utils_src_configure
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools-utils eutils
MY_PN="TkDND"
DESCRIPTION="Extension that adds native drag & drop capabilities to the tk toolkit"
HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${MY_PN}%20${PV}/${P/-/}-src.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug threads X"
DEPEND="dev-lang/tk"
RDEPEND=${DEPEND}
S=${WORKDIR}/${P/-/}
RESTRICT="test"
src_prepare() {
sed \
-e 's:-O2::g' \
-e 's:-fomit-frame-pointer::g' \
-e 's:-pipe::g' \
-i configure tclconfig/tcl.m4 || die
}
src_configure() {
local myeconfargs
use X && myeconfargs+=( --with-x )
use debug && myeconfargs+=( --with-symbols )
use threads && myeconfargs+=( --enable-threads )
autotools-utils_src_configure
}