summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:45:05 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:45:05 +0300
commit904c8687c6fef15c0e895e389a1754cf103471c3 (patch)
tree476ab3071daf5a2034af5f1c3973e56fcbbdbbab /x11-plugins/wmcoincoin
parentmedia-sound/mpfc: drop 1.3.8.1-r4, EAPI6-- (diff)
downloadgentoo-904c8687c6fef15c0e895e389a1754cf103471c3.tar.gz
gentoo-904c8687c6fef15c0e895e389a1754cf103471c3.tar.bz2
gentoo-904c8687c6fef15c0e895e389a1754cf103471c3.zip
x11-plugins/wmcoincoin: drop 2.6.3, EAPI6--
Closes: https://bugs.gentoo.org/929953 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins/wmcoincoin')
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild
deleted file mode 100644
index 54cf2f2ec83e..000000000000
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a dockapp for browsing dacode news and board sites"
-HOMEPAGE="http://hules.free.fr/wmcoincoin"
-SRC_URI="http://hules.free.fr/${PN}/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls xinerama"
-
-RDEPEND="x11-libs/gtk+:2
- media-libs/imlib2[X]
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXpm
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto
- x11-libs/libXt
- nls? ( sys-devel/gettext )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable xinerama)
-}