summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
commita3a26e84e291bc8c3117531efca9ec70f4758882 (patch)
tree371ebcaf3c4c5f24e481e6adb5892d7eb29dbdef /x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
parentVersion bump, fixed compilation with older and newer kernels. (diff)
downloadhistorical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.gz
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.bz2
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild')
-rw-r--r--x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
index ec8e9d231f10..f17a75ddb309 100644
--- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
+++ b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild,v 1.2 2007/02/18 18:26:17 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild,v 1.3 2007/03/09 15:56:35 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE=""
S=${WORKDIR}/${P/a/A}
@@ -10,8 +10,6 @@ DESCRIPTION="Nice analog clock for GKrellM2"
SRC_URI="http://www.geocities.com/m_muthukumar/${P}.tar.gz"
HOMEPAGE="http://www.geocities.com/m_muthukumar/gkrellaclock.html"
-DEPEND=">=app-admin/gkrellm-2"
-
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
@@ -23,8 +21,3 @@ src_compile() {
emake || die 'emake failed'
}
-src_install () {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellaclock.so
- dodoc README ChangeLog
-}