diff options
author | 2009-08-24 14:13:37 +0000 | |
---|---|---|
committer | 2009-08-24 14:13:37 +0000 | |
commit | a74e53dbb974c14448ed48a34721b8871d037a84 (patch) | |
tree | 83fd87306edc7faedebcb5ac01ff5efc2fc1cd0e /xfce-extra/xfce4-stopwatch-plugin | |
parent | Replaced use-based dependency for virtual by atom based ones. Thanks Mr_Bones. (diff) | |
download | historical-a74e53dbb974c14448ed48a34721b8871d037a84.tar.gz historical-a74e53dbb974c14448ed48a34721b8871d037a84.tar.bz2 historical-a74e53dbb974c14448ed48a34721b8871d037a84.zip |
Fix license, docs...
Package-Manager: portage-2.2_rc39/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-stopwatch-plugin')
-rw-r--r-- | xfce-extra/xfce4-stopwatch-plugin/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild | 22 |
2 files changed, 13 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-stopwatch-plugin/Manifest b/xfce-extra/xfce4-stopwatch-plugin/Manifest index 8b6cc2d67c1c..59ce90ba03d2 100644 --- a/xfce-extra/xfce4-stopwatch-plugin/Manifest +++ b/xfce-extra/xfce4-stopwatch-plugin/Manifest @@ -1,4 +1,4 @@ DIST xfce4-stopwatch-plugin-0.2.0.tar.bz2 258380 RMD160 30a82d7b64a9c8415763c96a6b935f23dcb16e7a SHA1 7e338db6a7a0b459ba8b541464777abdc5d85d43 SHA256 2793d8bff9385d6df25ad222b19c79627a54ed38657141ae9efb8ed457fada77 -EBUILD xfce4-stopwatch-plugin-0.2.0.ebuild 801 RMD160 f237337b58d94b473426faa599a7d8d40b00295e SHA1 b34c06b2de827ac789e34110da327a3c381b1d60 SHA256 be8b38d65da8bb0521e088f93e66184262677ded430917ca61d0899f2b23488d +EBUILD xfce4-stopwatch-plugin-0.2.0.ebuild 830 RMD160 b591633629fa5f2d7e4125f5a2d84952cf940840 SHA1 d98d0844c3f7fb7b8f37c06a2db2a037977109a2 SHA256 1db349056f893ff2e30ec517abd488bc6faf0fbacbf3971d54608c41724af554 MISC ChangeLog 522 RMD160 b8decb51b033f9cda12dd4812ad32238a21892d7 SHA1 6ca42556fe217ac41802736bc44f7a72ddaddbe9 SHA256 0d525e3ca7ab40f43c9228e05bb18f545f0e2054820aae49d55d9854d7d880ca MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61 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" } |