mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/tcl-mccp: remove last-rited pkg
Closes: https://bugs.gentoo.org/715878 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST tcl-mccp-0.6.tar.gz 167446 BLAKE2B 6ebd6fb6fbaa8cd8c6438dd21e38fd19fca47c1e0c7e96c33fc183e7be2d2c42fbfb2b3225e49243c941a1f018d6efbef3183ef736a52117e2e3cf01d1698aec SHA512 d3f77b49454dc4f838b91d95146c71d6f8d46d293743b46b551e9217a92a9f6b03b26400cc21faf9bb22a0a0f92123b25f9b284453f756654e87b82201c395e6
|
||||
@@ -1,18 +0,0 @@
|
||||
Makefile.in | 4 ++--
|
||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index 956887d..4af7a06 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -91,8 +91,8 @@ lib_LTLIBRARIES = libtcl-mccp.la
|
||||
libtcl_mccp_la_SOURCES = MCCP.c mccpDecompress.c
|
||||
lib_DATA = pkgIndex.tcl
|
||||
|
||||
-CFLAGS := -Wall -I $(TCL_PREFIX)/include -lz
|
||||
-LIBS := $(TCL_STUB_LIB_SPEC)
|
||||
+CFLAGS += -Wall -I $(TCL_PREFIX)/include
|
||||
+LIBS += $(TCL_STUB_LIB_SPEC) -lz
|
||||
|
||||
# FIXME: is this the right way to mofify libdir?
|
||||
libdir = @libdir@/tcl-mccp
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>tcltk@gentoo.org</email>
|
||||
<name>Gentoo Tcltk Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">tcl-mccp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="mccp extension to TCL"
|
||||
HOMEPAGE="http://tcl-mccp.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/tcl-mccp/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
DEPEND="dev-lang/tcl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-flags.patch )
|
||||
|
||||
src_configure() {
|
||||
econf --with-tcl="${EPREFIX}"/usr/$(get_libdir)
|
||||
}
|
||||
Reference in New Issue
Block a user