summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-02 17:00:02 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-02 17:00:02 +0000
commit0a537f0b40caaa30681b0641ea188cc2ee6d4ed6 (patch)
tree3402b98672554bd22f58362d362b26ba5a44ef34 /dev-tcltk
parentInitial commit wrt bug #439294. Ebuild is written by Beelzebubbie and Mikle K... (diff)
downloadgentoo-2-0a537f0b40caaa30681b0641ea188cc2ee6d4ed6.tar.gz
gentoo-2-0a537f0b40caaa30681b0641ea188cc2ee6d4ed6.tar.bz2
gentoo-2-0a537f0b40caaa30681b0641ea188cc2ee6d4ed6.zip
dev-tcltk/tkXwin: Drop old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tkXwin/ChangeLog6
-rw-r--r--dev-tcltk/tkXwin/tkXwin-1.0-r1.ebuild38
-rw-r--r--dev-tcltk/tkXwin/tkXwin-1.0-r2.ebuild50
3 files changed, 5 insertions, 89 deletions
diff --git a/dev-tcltk/tkXwin/ChangeLog b/dev-tcltk/tkXwin/ChangeLog
index 8150ede2ac82..fab7eb163c53 100644
--- a/dev-tcltk/tkXwin/ChangeLog
+++ b/dev-tcltk/tkXwin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tkXwin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/ChangeLog,v 1.31 2012/10/21 17:06:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/ChangeLog,v 1.32 2012/11/02 17:00:02 jlec Exp $
+
+ 02 Nov 2012; Justin Lecher <jlec@gentoo.org> -tkXwin-1.0-r1.ebuild,
+ -tkXwin-1.0-r2.ebuild:
+ Drop old
21 Oct 2012; Raúl Porcel <armin76@gentoo.org> tkXwin-1.0-r1.ebuild,
tkXwin-1.0-r2.ebuild, tkXwin-1.0-r3.ebuild:
diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r1.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r1.ebuild
deleted file mode 100644
index ee2c0493f9f7..000000000000
--- a/dev-tcltk/tkXwin/tkXwin-1.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0-r1.ebuild,v 1.16 2012/10/21 17:06:50 armin76 Exp $
-
-inherit eutils multilib
-
-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=""
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="
- dev-lang/tk
- x11-libs/libXScrnSaver
- x11-proto/scrnsaverproto
- x11-proto/xextproto"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PV}-Makefile.in.diff
- epatch "${FILESDIR}"/${PV}-configure.diff
-}
-
-src_compile() {
- econf --with-tcl=/usr/$(get_libdir) --with-tk=/usr/$(get_libdir)
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS INSTALL README || die
-}
diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r2.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r2.ebuild
deleted file mode 100644
index 4c9ab14a65ee..000000000000
--- a/dev-tcltk/tkXwin/tkXwin-1.0-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0-r2.ebuild,v 1.8 2012/10/21 17:06:50 armin76 Exp $
-
-EAPI="3"
-
-inherit eutils 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"
-
-DEPEND="
- dev-lang/tk[threads?]
-x11-libs/libXScrnSaver
- x11-libs/libX11
- x11-libs/libXext
- x11-proto/scrnsaverproto
- x11-proto/xextproto"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PV}-Makefile.in.diff \
- "${FILESDIR}"/${PV}-configure.patch
- tc-export CC
-}
-
-src_configure() {
- econf \
- --with-tcl=/usr/$(get_libdir) \
- --with-tk=/usr/$(get_libdir) \
- --enable-gcc \
- --with-x \
- --enable-shared \
- $(use_enable static-libs static) \
- $(use_enable threads) \
- $(use_enable debug symbols)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS INSTALL README || die
- use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.la
-}