public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkXwin/files/, dev-tcltk/tkXwin/, profiles/
@ 2020-01-22  8:43 Alfredo Tupone
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2020-01-22  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     190c25110ffe99ab1f418d6d069a9edc41401db0
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 08:42:18 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 08:43:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190c2511

devtcltk/tkXwin: remove dev-tcltk/tkXwin

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tkXwin/Manifest                         |  1 -
 dev-tcltk/tkXwin/files/1.0-Makefile.in.diff       | 21 -----
 dev-tcltk/tkXwin/files/tkXwin-1.0-configure.patch | 93 -----------------------
 dev-tcltk/tkXwin/metadata.xml                     | 11 ---
 dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild             | 47 ------------
 profiles/package.mask                             |  5 --
 6 files changed, 178 deletions(-)

diff --git a/dev-tcltk/tkXwin/Manifest b/dev-tcltk/tkXwin/Manifest
deleted file mode 100644
index 99307160ddc..00000000000
--- a/dev-tcltk/tkXwin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tkXwin-1.0.tgz 168650 BLAKE2B 6893140bb318f69f0094c4a157245f4fcebb54181b7f8327e790bfa27126a287353798f09427f00573463d54f66c224b98974f61ff5d6018485aa5128af899c4 SHA512 0313ec6fc81c872019a7e247fcaac899d5d584eb8066e7abf1d1feff7bc741de43a9b8a6212ed6dcd12566e8c995bc658360833c692eea5f1b4b5fc199cf2d6e

diff --git a/dev-tcltk/tkXwin/files/1.0-Makefile.in.diff b/dev-tcltk/tkXwin/files/1.0-Makefile.in.diff
deleted file mode 100644
index bd10890c719..00000000000
--- a/dev-tcltk/tkXwin/files/1.0-Makefile.in.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.in.orig	2003-02-01 22:03:34.000000000 -0500
-+++ Makefile.in	2003-02-01 22:04:39.000000000 -0500
-@@ -432,14 +432,14 @@
- 
- 
- install-exec-hook:
--	$(mkinstalldirs) @PKG_TCL@
-+	$(mkinstalldirs) $(DESTDIR)@PKG_TCL@
- 	echo	"package ifneeded tkXwin"				   \
- 		`echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \
--		"[list load $(DESTDIR)$(libdir)/libtkXwin.so]"	   \
--	    > @PKG_TCL@/pkgIndex.tcl
-+		"[list load $(libdir)/libtkXwin.so]"	   \
-+	    > $(DESTDIR)@PKG_TCL@/pkgIndex.tcl
- 	sed -e 's%load .libs/libtkXwin.so%package require tkXwin%' \
- 	    < test.tcl      					   \
--	    > @PKG_TCL@/test.tcl
-+	    > $(DESTDIR)@PKG_TCL@/test.tcl
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

diff --git a/dev-tcltk/tkXwin/files/tkXwin-1.0-configure.patch b/dev-tcltk/tkXwin/files/tkXwin-1.0-configure.patch
deleted file mode 100644
index ac2f84b97f2..00000000000
--- a/dev-tcltk/tkXwin/files/tkXwin-1.0-configure.patch
+++ /dev/null
@@ -1,93 +0,0 @@
- configure | 43 +++----------------------------------------
- 1 file changed, 3 insertions(+), 40 deletions(-)
-
-diff --git a/configure b/configure
-index d92a1bf..d8605a0 100755
---- a/configure
-+++ b/configure
-@@ -823,7 +823,6 @@ fi
- 
- ac_test_CFLAGS="${CFLAGS+set}"
- ac_save_CFLAGS="$CFLAGS"
--CFLAGS=
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
- echo "configure:829: checking whether ${CC-cc} accepts -g" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
-@@ -839,23 +838,6 @@ rm -f conftest*
- 
- fi
- 
--echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
--if test "$ac_test_CFLAGS" = set; then
--  CFLAGS="$ac_save_CFLAGS"
--elif test $ac_cv_prog_cc_g = yes; then
--  if test "$GCC" = yes; then
--    CFLAGS="-g -O2"
--  else
--    CFLAGS="-g"
--  fi
--else
--  if test "$GCC" = yes; then
--    CFLAGS="-O2"
--  else
--    CFLAGS=
--  fi
--fi
--
- # Check whether --enable-static or --disable-static was given.
- if test "${enable_static+set}" = set; then
-   enableval="$enable_static"
-@@ -2078,7 +2060,6 @@ fi
- 
- ac_test_CFLAGS="${CFLAGS+set}"
- ac_save_CFLAGS="$CFLAGS"
--CFLAGS=
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
- echo "configure:2084: checking whether ${CC-cc} accepts -g" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
-@@ -2094,24 +2075,6 @@ rm -f conftest*
- 
- fi
- 
--echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
--if test "$ac_test_CFLAGS" = set; then
--  CFLAGS="$ac_save_CFLAGS"
--elif test $ac_cv_prog_cc_g = yes; then
--  if test "$GCC" = yes; then
--    CFLAGS="-g -O2"
--  else
--    CFLAGS="-g"
--  fi
--else
--  if test "$GCC" = yes; then
--    CFLAGS="-O2"
--  else
--    CFLAGS=
--  fi
--fi
--
--
- # Find a good install program.  We prefer a C program (faster),
- # so one script is as good as another.  But avoid the broken or
- # incompatible versions:
-@@ -3403,9 +3366,9 @@ fi
- 
- 
- if test "${SHARED_BUILD}" = "1" ; then
--    CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}'
-+    CFLAGS+=' ${CFLAGS_WARNING} ${SHLIB_CFLAGS}'
- else
--    CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING}'
-+    CFLAGS+=' ${CFLAGS_WARNING}'
- fi
- 
- #--------------------------------------------------------------------
-@@ -3534,7 +3497,7 @@ fi
-     
- 
- 
--PKG_TCL=${TCL_PACKAGE_PATH}/tkXwin
-+PKG_TCL=${libdir}/tkXwin
- 
- 
- 

diff --git a/dev-tcltk/tkXwin/metadata.xml b/dev-tcltk/tkXwin/metadata.xml
deleted file mode 100644
index 7d188a276b8..00000000000
--- a/dev-tcltk/tkXwin/metadata.xml
+++ /dev/null
@@ -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">beepcore-tcl</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild
deleted file mode 100644
index 471945156f5..00000000000
--- a/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils multilib toolchain-funcs
-
-DESCRIPTION="Tcl/Tk library to detect idle periods of an X session"
-HOMEPAGE="http://beepcore-tcl.sourceforge.net/"
-SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="debug static-libs threads"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="
-	dev-lang/tk[threads?]
-	x11-libs/libXScrnSaver
-	x11-libs/libX11
-	x11-libs/libXext"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-PATCHES=(
-		"${FILESDIR}"/${PV}-Makefile.in.diff
-		"${FILESDIR}"/${P}-configure.patch
-	)
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	tc-export CC AR RANLIB
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
-		--with-tk="${EPREFIX}/usr/$(get_libdir)"
-		--enable-gcc
-		--with-x
-		$(use_enable threads)
-		$(use_enable debug symbols)
-	)
-	autotools-utils_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index aefaffeaed7..16456f81b13 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -672,11 +672,6 @@ sci-libs/naga
 sci-libs/spooles
 sci-libs/vecmath-objectclub
 
-# Alfredo Tupone <tupone@gentoo.org> (2019-12-20)
-# dev-tcltk/tkXwin functionality is >=dev-lang/tk-8.5
-# Removal in 30 days
-dev-tcltk/tkXwin
-
 # Brian Evans <grknight@gentoo.org> (2019-12-19)
 # PHP 7.1 is end of life and has security issues Bug 703326
 # Associated packages are not ready for new versions tracked in bug 702110


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-22  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22  8:43 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkXwin/files/, dev-tcltk/tkXwin/, profiles/ Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox