summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:15:43 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:15:43 +0000
commita50856727dc6c4fe63cfc368e44ad82a4aee7f9b (patch)
tree8ea20efe5393920b1825d5723c9748055861a45e /x11-plugins/wmbinclock
parentold (diff)
downloadgentoo-2-a50856727dc6c4fe63cfc368e44ad82a4aee7f9b.tar.gz
gentoo-2-a50856727dc6c4fe63cfc368e44ad82a4aee7f9b.tar.bz2
gentoo-2-a50856727dc6c4fe63cfc368e44ad82a4aee7f9b.zip
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmbinclock')
-rw-r--r--x11-plugins/wmbinclock/wmbinclock-0.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmbinclock/wmbinclock-0.3.ebuild b/x11-plugins/wmbinclock/wmbinclock-0.3.ebuild
deleted file mode 100644
index 8be013269d93..000000000000
--- a/x11-plugins/wmbinclock/wmbinclock-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbinclock/wmbinclock-0.3.ebuild,v 1.7 2007/07/22 05:22:35 dberkholz Exp $
-
-IUSE=""
-
-HOMEPAGE="http://www.inxsoft.net/wmbinclock"
-DESCRIPTION="wmbinclock shows the actual system time as a binary clock"
-SRC_URI="http://www.inxsoft.net/wmbinclock/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="freedist"
-KEYWORDS="x86 amd64 ppc ppc64 ~sparc"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto"
-
-src_compile()
-{
- myconf=""
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install()
-{
- dodoc README
- dodir /usr/bin
- make DESTDIR=${D}/usr install || die
-}