summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-24 14:13:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-24 14:13:37 +0000
commit0d7ed9c7a2cff97dc7f4df09da2d636ef1bf4fd1 (patch)
tree3a1a21b6e3fb6c126bcd909a0824458933aadd9e /xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
parentReplaced use-based dependency for virtual by atom based ones. Thanks Mr_Bones. (diff)
downloadgentoo-2-0d7ed9c7a2cff97dc7f4df09da2d636ef1bf4fd1.tar.gz
gentoo-2-0d7ed9c7a2cff97dc7f4df09da2d636ef1bf4fd1.tar.bz2
gentoo-2-0d7ed9c7a2cff97dc7f4df09da2d636ef1bf4fd1.zip
Fix license, docs...
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild')
-rw-r--r--xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild22
1 files changed, 12 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
index 359cd5384bbf..0df40f8c3966 100644
--- a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
@@ -1,27 +1,29 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.1 2009/08/21 20:22:55 darkside Exp $
-
-EINTLTOOLIZE="yes"
-EAUTORECONF="yes"
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.2 2009/08/24 14:13:37 ssuominen Exp $
+EAPI=2
inherit xfconf
DESCRIPTION="panel plugin that keeps track of elapsed time"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin"
SRC_URI="http://archive.xfce.org/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="debug nls"
+IUSE="debug"
-RDEPEND=">=xfce-base/xfce4-panel-4.6.1"
+RDEPEND=">=x11-libs/gtk+-2.10:2
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/libxfcegui4-4.6
+ >=xfce-base/xfce4-panel-4.6"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ dev-util/intltool"
pkg_setup() {
XFCONF="--disable-dependency-tracking
- $(use_enable debug) $(use_enable nls)"
- DOCS="AUTHORS ChangeLog NEWS README"
+ $(use_enable debug)"
+ DOCS="AUTHORS NEWS"
}