diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 15:54:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 15:54:10 +0000 |
commit | 6eda0220e2f7e0c54fe99469a4ac3a32632ddbc6 (patch) | |
tree | d4748f86720b943c9f02739b344f243a96c75cfb /xfce-extra/xfce4-cpugraph-plugin | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-6eda0220e2f7e0c54fe99469a4ac3a32632ddbc6.tar.gz historical-6eda0220e2f7e0c54fe99469a4ac3a32632ddbc6.tar.bz2 historical-6eda0220e2f7e0c54fe99469a4ac3a32632ddbc6.zip |
Fix license.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index 020a4786938a..3b75d8fd7e5c 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,5 +1,5 @@ AUX xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch 414 RMD160 9513912020d53108755e3211bc2ab701d1f8d5fe SHA1 97bf81fd7a18b50cc87d645ad9b570b040b1b77f SHA256 84c2e4607f9f7077befbf1bb9d78e7d05ad624bf140aed94c41bddc6b7b44a3a DIST xfce4-cpugraph-plugin-0.4.0.tar.gz 150149 RMD160 a8576727fbd2751bca26b838dfb09371d5e74730 SHA1 a4edf76119b053a5d7aa3c04a272d0dda31e2f71 SHA256 095888f7a3cd2067f7a9b8540a78c7a348275d2c1b127440c418f759f7e6d9c0 -EBUILD xfce4-cpugraph-plugin-0.4.0.ebuild 792 RMD160 29c008d348cb5aac53f2194883d8d1672830aad0 SHA1 b9467f865163581f0e57b0c3cbadc0c1ebd48835 SHA256 97390623ac0d744356e846abce21c10ac8029dba9efbca18976c9ba2ba589e66 +EBUILD xfce4-cpugraph-plugin-0.4.0.ebuild 790 RMD160 f71e4df96138f124466cfda04c43c5edfbfe7747 SHA1 d34f80e424841be094e1b61699cfd09edd4540f7 SHA256 ce1580061273a4662e3c777a8167c60f2da033646283d37fa924828b85e724a5 MISC ChangeLog 489 RMD160 7b4c5139613d67dc2e57208c1c9cfd6926314c72 SHA1 801dfc26f7da853c636fe899a3b79c138905acd7 SHA256 fec6765438eb2f680fdda83afb2f71fff0318a91bcf0bc9915c0b88fddbde99a MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild index 5f9526171f21..619634a8431e 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v 1.1 2009/08/25 12:15:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-0.4.0.ebuild,v 1.2 2009/08/25 15:54:10 ssuominen Exp $ EAPI=2 inherit xfconf @@ -9,7 +9,7 @@ DESCRIPTION="CPU load panel plugin" HOMEPAGE="http://www.xfce.org/" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="debug" |