summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-12-02 10:59:31 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-12-02 10:59:31 +0000
commit5132011dae7e04869801b4a36d37e15ac6c53d98 (patch)
treea050dd0429b90dcf838651f69b9d5373ec7ae26c /x11-plugins
parentFix LDFLAGS ordering per bug #248640. Some generic QA fixes. (diff)
downloadgentoo-2-5132011dae7e04869801b4a36d37e15ac6c53d98.tar.gz
gentoo-2-5132011dae7e04869801b4a36d37e15ac6c53d98.tar.bz2
gentoo-2-5132011dae7e04869801b4a36d37e15ac6c53d98.zip
Wiped out oldest release.
(Portage version: 2.1.4.5)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcoincoin/ChangeLog5
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog
index 6203f4ee8389..008be041d06b 100644
--- a/x11-plugins/wmcoincoin/ChangeLog
+++ b/x11-plugins/wmcoincoin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcoincoin
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.22 2008/06/28 06:47:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.23 2008/12/02 10:59:31 s4t4n Exp $
+
+ 02 Dec 2008; Michele Noberasco <s4t4n@gentoo.org> wmcoincoin-2.5.0g.ebuild:
+ Wiped out oldest release.
28 Jun 2008; Markus Meier <maekke@gentoo.org> wmcoincoin-2.5.1f.ebuild:
x86 stable, bug #229557
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild
deleted file mode 100644
index 2976328dd240..000000000000
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild,v 1.7 2006/10/27 08:25:42 s4t4n Exp $
-
-IUSE=""
-
-DESCRIPTION="Dockapp for browsing Dacode sites news and board"
-HOMEPAGE="http://hules.free.fr/wmcoincoin"
-SRC_URI="mirror://sourceforge/dacode/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="=x11-libs/gtk+-2*
- media-libs/imlib2"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20"
-
-src_install () {
- einstall || die "make install failed"
-
- dobin wmcoincoin wmpanpan
-
- dodoc README AUTHORS Changelog
- docinto examples
-
- insinto /usr/share/wmcoincoin
- doins options useragents
-}