diff options
author | Brian Evans <grknight@gentoo.org> | 2019-02-11 10:45:20 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-02-11 10:45:20 -0500 |
commit | 86f74f0f97754c074d46a92dbb3b7d32a8f8ec04 (patch) | |
tree | a0f95cedd60a96ec35fbaf692a9041bb79a2c52c /dev-tcltk/mysqltcl | |
parent | dev-tcltk/mysqltcl: Mark stable for amd64 and x86 (diff) | |
download | gentoo-86f74f0f97754c074d46a92dbb3b7d32a8f8ec04.tar.gz gentoo-86f74f0f97754c074d46a92dbb3b7d32a8f8ec04.tar.bz2 gentoo-86f74f0f97754c074d46a92dbb3b7d32a8f8ec04.zip |
dev-tcltk/mysqltcl: Drop old
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-tcltk/mysqltcl')
-rw-r--r-- | dev-tcltk/mysqltcl/Manifest | 1 | ||||
-rw-r--r-- | dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-tcltk/mysqltcl/Manifest b/dev-tcltk/mysqltcl/Manifest index 61235c16da93..edd471ae1392 100644 --- a/dev-tcltk/mysqltcl/Manifest +++ b/dev-tcltk/mysqltcl/Manifest @@ -1,2 +1 @@ -DIST mysqltcl-3.05.tar.gz 198755 BLAKE2B 56e9ce305167d4005138154111410ce46af1e57f72490cb83d854f12519cf1464ae6523bb0fb36b0884ce23e2d6611a044f70fc8e7c3522bc6648ebad539909c SHA512 14e0196b2fce08d97b085bcf25357a72797e9566578a6c0674a76e4402a704b43919b1ce8360d55719a6f2a36c6f68f3762dd23a9f737b7cf9f6537a00acb7ef DIST mysqltcl-3.052.tar.gz 187781 BLAKE2B 0fe9b145556de22364187de980d737cae99a5a18763b1e3b28e4aa849f7b0b30be543cfa956c37b15e756f75ec5804e92b8b452410d542c3c3390e52d88d0419 SHA512 f5af18ad9bbaedb1fdcdbaa326b5c4cc3f754b14ee9bdf9cbfa0e1a44227ec918426022aaa0f26a71fa1a3bce6b6d8d75f8612de7f540f287fd418088c91fddf diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild deleted file mode 100644 index 6de346fcd25d..000000000000 --- a/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils multilib - -DESCRIPTION="TCL MySQL Interface" -HOMEPAGE="http://www.xdobry.de/mysqltcl/" -SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND=" - dev-lang/tcl:0 - >=virtual/mysql-4.1" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch - sed -i 's/-pipe//g;s/-O2//g;s/-fomit-frame-pointer//g' configure || die -} - -src_configure() { - econf --with-mysql-lib=/usr/$(get_libdir)/mysql -} - -src_install() { - default - dohtml doc/mysqltcl.html -} |