summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2021-01-24 16:48:58 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2021-01-24 16:48:58 +0100
commitcc163123ff73f83936f4c0a80a30567cc85e8c2f (patch)
treecbe0cea99da56304bbd660f0cdc8f76665f8194c /x11-plugins
parentx11-themes/gtk-engines-unico: EAPI-7++, autotools-multilib-- (diff)
downloadgentoo-cc163123ff73f83936f4c0a80a30567cc85e8c2f.tar.gz
gentoo-cc163123ff73f83936f4c0a80a30567cc85e8c2f.tar.bz2
gentoo-cc163123ff73f83936f4c0a80a30567cc85e8c2f.zip
x11-plugins/wmcoincoin: drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcoincoin/Manifest1
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-plugins/wmcoincoin/Manifest b/x11-plugins/wmcoincoin/Manifest
index 83dc8187dd21..1810371208fd 100644
--- a/x11-plugins/wmcoincoin/Manifest
+++ b/x11-plugins/wmcoincoin/Manifest
@@ -1,2 +1 @@
-DIST wmcoincoin-2.6.2_p20140602.tar.gz 972358 BLAKE2B a30acaa7b20e88c1d2f4b5329f02321d6a7431bf22379e9d8074b48c1953bcd411b011097546b905f406e21f5de3e9057923109f0e63136cc19d5b5bdfbc47ef SHA512 ddf1b24d9c9021e9cb02817e80f3327074ef7d09ba7d8033d5d0c8b39a25106a1d54d32f211d31a910e2175d98bbda940f309cc137edd1b02b5a656891e89b2c
DIST wmcoincoin-2.6.3.tar.gz 973973 BLAKE2B 4dcbb79ddb23c47fb891fde56137bb385ccf841eb54ce7a34cf060d4924d859a5a2ac40d504a26e763f1fe075796e09ec6a00a0080d214add2469db6b2f3a4d4 SHA512 daffd94387a03e780250877ae43e5431a7c0710862dd9fab04efc254e02e648215fa9c301bf1ed6d1a9ca5182a2a88d10ea4c385d92752d047492e6e9ad01d2d
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild
deleted file mode 100644
index a8546bdbafa0..000000000000
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="a dockapp for browsing dacode news and board sites"
-HOMEPAGE="http://hules.free.fr/wmcoincoin"
-# Grab matching tag and Debian patches
-SRC_URI="https://github.com/d-torrance/${PN}/archive/debian/${PV/_p/+}-1.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls xinerama"
-
-RDEPEND="x11-libs/gtk+:2
- media-libs/imlib2
- x11-libs/libXext
- x11-libs/libXpm
- x11-libs/libX11
- x11-libs/libXft
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto
- x11-libs/libXt
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${PN}-debian-${PV/_p/-}-1
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- EPATCH_SOURCE="${S}/debian/patches" EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable xinerama)
-}