summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:11:04 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:45 -0400
commit2215eb82384effeadb4571c056caa157e5be0cd2 (patch)
tree00f7290fb09177e535485b256ee5524fc3700e38 /x11-libs
parentx11-misc/gxmessage: drop old (diff)
downloadgentoo-2215eb82384effeadb4571c056caa157e5be0cd2.tar.gz
gentoo-2215eb82384effeadb4571c056caa157e5be0cd2.tar.bz2
gentoo-2215eb82384effeadb4571c056caa157e5be0cd2.zip
x11-libs/xpa: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xpa/Manifest2
-rw-r--r--x11-libs/xpa/xpa-2.1.15.ebuild54
-rw-r--r--x11-libs/xpa/xpa-2.1.17.ebuild53
3 files changed, 0 insertions, 109 deletions
diff --git a/x11-libs/xpa/Manifest b/x11-libs/xpa/Manifest
index d53473e47016..e48687e99cc5 100644
--- a/x11-libs/xpa/Manifest
+++ b/x11-libs/xpa/Manifest
@@ -1,3 +1 @@
-DIST xpa-2.1.15.tar.gz 861859 BLAKE2B 4ca3dd5dbfe6c5a39c1ed73db287d3fb4fe0e0eb1ec61086a7990f4a902a2a98e187e9ef34e1025861ed98fbce3d8ec644bd2d171f5698e82c435f91eda8aacc SHA512 62b453eb138197b452fca8d1ded1df97be54bcfbd13a0d5fecafc206c1589913c7d09593247077fb07c8b66a87ac0b22b95dfe74c49f2bd0abb942942fa87ce8
-DIST xpa-2.1.17.tar.gz 900465 BLAKE2B 0f61b40ef9944497286afe7f0f3a5c54d9db5d8e35ff4ee2ffbe85e1b51e24dc496731560bd8e6aa5b5b715d81568f35d11c8fdf22358306d6a2b52814e82586 SHA512 c9742b8427a9d8512a429f5a3b2bc6a55803b975c1524ead64906a4387a589f229e8715c46814b7b1bfb30a05f2f5fe59e944e1dabc333fcceca71c569a05a50
DIST xpa-2.1.18.tar.gz 900579 BLAKE2B bce33b30235e17309979e6e91d6508286403b476ee890c437985a434145992c442b1b3fd923da2658bb7d0dd6656ffa93bc20d2e8ff8bedb7438b9cbfa48e6a1 SHA512 4482325338ed15b70a1a934d8ba848712a4eed7546b4197fc89baa93dc80df1be29170a7350453f176d45264fae6f0474d136e487c0239d9e97dbd09dd8d0b19
diff --git a/x11-libs/xpa/xpa-2.1.15.ebuild b/x11-libs/xpa/xpa-2.1.15.ebuild
deleted file mode 100644
index 54682a96d22b..000000000000
--- a/x11-libs/xpa/xpa-2.1.15.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Messaging system providing communication between programs"
-HOMEPAGE="http://hea-www.harvard.edu/RD/xpa/"
-SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-lang/tcl:0=
- x11-libs/libXt
- !<sci-astronomy/ds9-5.3"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.8-makefile.patch
- sed -i -e "s:\${LINK}:\${LINK} ${LDFLAGS}:" mklib || die
- eautoconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- --enable-threaded-xpans \
- --with-x \
- --with-tcl \
- --with-threads
-}
-
-src_compile() {
- emake shlib tclxpa
-}
-
-src_install() {
- dodir /usr/$(get_libdir)
- emake INSTALL_ROOT="${D}" install
- insinto /usr/$(get_libdir)/tclxpa
- doins pkgIndex.tcl
- mv "${ED}"/usr/$(get_libdir)/libtclxpa* \
- "${ED}"/usr/$(get_libdir)/tclxpa/ || die
- dodoc README
- use doc && dodoc doc/*.pdf && dohtml doc/*.html
- # build system so crappy not worth patching to a non respondant upstream
- # and builds static with PIC
- use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
-}
diff --git a/x11-libs/xpa/xpa-2.1.17.ebuild b/x11-libs/xpa/xpa-2.1.17.ebuild
deleted file mode 100644
index ad5228ffb298..000000000000
--- a/x11-libs/xpa/xpa-2.1.17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Messaging system providing communication between programs"
-HOMEPAGE="https://github.com/ericmandel/xpa"
-SRC_URI="https://github.com/ericmandel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/1"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND="
- dev-lang/tcl:0=
- x11-libs/libXt:0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.8-makefile.patch
- sed -i -e "s:\${LINK}:\${LINK} ${LDFLAGS}:" mklib || die
- eautoconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- --enable-threaded-xpans \
- --with-x \
- --with-tcl \
- --with-threads
-}
-
-src_compile() {
- emake shlib tclxpa
-}
-
-src_install() {
- dodir /usr/$(get_libdir)
- emake INSTALL_ROOT="${D}" install
- insinto /usr/$(get_libdir)/tclxpa
- doins pkgIndex.tcl
- mv "${ED}"/usr/$(get_libdir)/libtclxpa* \
- "${ED}"/usr/$(get_libdir)/tclxpa/ || die
- dodoc README
- use doc && dodoc doc/*.pdf && dohtml doc/*.html
- # build system so crappy not worth patching to a non respondant upstream
- # and builds static with PIC
- use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
-}