summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 14:30:06 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 14:30:06 +0000
commit18390dbecd5325f6675afd2046cc99edd883389d (patch)
treea8fda721804ae4e34c78a2bdd1144af00b62a8b6 /x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-18390dbecd5325f6675afd2046cc99edd883389d.tar.gz
gentoo-2-18390dbecd5325f6675afd2046cc99edd883389d.tar.bz2
gentoo-2-18390dbecd5325f6675afd2046cc99edd883389d.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild')
-rw-r--r--x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild b/x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild
index 6fe75216c270..583f7657d7bb 100644
--- a/x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild
+++ b/x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.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/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild,v 1.12 2007/02/21 17:28:59 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-reminder/gkrellm-reminder-2.0.0.ebuild,v 1.13 2007/03/12 14:30:05 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="a Reminder Plugin for GKrellM2"
@@ -13,14 +13,5 @@ SLOT="2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64"
-DEPEND="=app-admin/gkrellm-2*"
+PLUGIN_SO=reminder.so
-src_compile() {
- make || die
-}
-
-src_install () {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins reminder.so
- dodoc README ChangeLog COPYING
-}