summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:58:54 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:58:54 +0000
commit796a6c606f1ce0b88b03a2e0ace0b6d31f9b4f30 (patch)
tree2bbf4f5cc1c9780841f7246e39a016976bf0ce9e /x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
parentPackage-Manager: portage-2.0.51.19 (diff)
downloadhistorical-796a6c606f1ce0b88b03a2e0ace0b6d31f9b4f30.tar.gz
historical-796a6c606f1ce0b88b03a2e0ace0b6d31f9b4f30.tar.bz2
historical-796a6c606f1ce0b88b03a2e0ace0b6d31f9b4f30.zip
Version bump, closing bug #88383. Updated copyright headers. Wiped out older version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild')
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
deleted file mode 100644
index 65a386d15c39..000000000000
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild,v 1.6 2004/07/27 08:27:55 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="x86 amd64 ppc"
-
-DEPEND="virtual/libc
- virtual/x11"
-
-src_compile() {
- econf || die "configure failed"
-
- emake || die "parallel make failed"
-}
-
-src_install () {
- einstall || die "make install failed"
-
- dobin wmcoincoin wmpanpan
-
- dodoc README AUTHORS Changelog
- docinto examples
-
- insinto /usr/share/wmcoincoin
- doins options useragents
-}