diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-10-26 12:17:48 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-10-26 12:17:48 +0000 |
commit | 514a9ff100a68ff5f1b7f297d4d12098068faf3f (patch) | |
tree | 75153dc71ef8635f4da8127a001001298706584e /x11-plugins/desklet-psisensors | |
parent | First version in portage (diff) | |
download | gentoo-2-514a9ff100a68ff5f1b7f297d4d12098068faf3f.tar.gz gentoo-2-514a9ff100a68ff5f1b7f297d4d12098068faf3f.tar.bz2 gentoo-2-514a9ff100a68ff5f1b7f297d4d12098068faf3f.zip |
First version in portage
Diffstat (limited to 'x11-plugins/desklet-psisensors')
5 files changed, 76 insertions, 1 deletions
diff --git a/x11-plugins/desklet-psisensors/ChangeLog b/x11-plugins/desklet-psisensors/ChangeLog new file mode 100644 index 000000000000..0b3375b77344 --- /dev/null +++ b/x11-plugins/desklet-psisensors/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for x11-plugins/desklet-psisensors +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psisensors/ChangeLog,v 1.1 2003/10/26 12:17:37 obz Exp $ + +*desklet-psisensors-20031024 (26 Oct 2003) + + 26 Oct 2003; Mike Gardiner <obz@gentoo.org> + desklet-psisensors-20031024.ebuild, metadata.xml: + First version of the desklet-psisensors package. Psi (the author) is now + distributing all of cpuinfo,networkinfo etc in a single package, and has + stopped updating them individually. For this reason, this package should + replace the *info desklets + diff --git a/x11-plugins/desklet-psisensors/Manifest b/x11-plugins/desklet-psisensors/Manifest index c408de4fc265..a0d4bb16e024 100644 --- a/x11-plugins/desklet-psisensors/Manifest +++ b/x11-plugins/desklet-psisensors/Manifest @@ -1,2 +1,4 @@ -MD5 dea21ebf75fee0cb5ff114868efee7b0 desklet-psisensors-20031024.ebuild 1399 +MD5 c15f62c43076cfdf0a3dec626647705a desklet-psisensors-20031024.ebuild 1487 +MD5 f71cc81dd51ff4a0c3764714b2f2516c ChangeLog 636 +MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 MD5 2d494ccfeed222dfd321472f537a9d0c files/digest-desklet-psisensors-20031024 77 diff --git a/x11-plugins/desklet-psisensors/desklet-psisensors-20031024.ebuild b/x11-plugins/desklet-psisensors/desklet-psisensors-20031024.ebuild new file mode 100644 index 000000000000..fd07d975ebb7 --- /dev/null +++ b/x11-plugins/desklet-psisensors/desklet-psisensors-20031024.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psisensors/desklet-psisensors-20031024.ebuild,v 1.1 2003/10/26 12:17:37 obz Exp $ + +MY_PN="PsiSensorPackage" +MY_P=${MY_PN}-${PV} +S=${WORKDIR} + +DESCRIPTION="Psi's collection of popular gDesklet Sensors including CPU, Disk, Memory, Network and other Sensors" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" +HOMEPAGE="http://gdesklets.gnomedesktop.org/" +LICENSE="as-is" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +DEPEND=">=gnome-extra/gdesklets-core-0.23 + !x11-plugins/desklet-cpuinfo + !x11-plugins/desklet-diskinfo + !x11-plugins/desklet-meminfo + !x11-plugins/desklet-networkinfo" +# This package provides all of the *info desklets, +# which are now outdated. We need to block them, or +# we could have two packages providing the same file. + +DOCS="README ChangeLog" + +src_install() { + + SYS_PATH="/usr/share/gdesklets" + dodir ${SYS_PATH}/Sensors + + # We dont want to include the FontSelector sensor + # here, as it's provided with the core library now + rm -rf ${S}/{FontSelector,MemoOver}-* + # We're also removing the MemoOver sensor as it's not + # complete, requires per-user python script to store + # memos etc. + + for sensor in $( ls ); do + + cd ${S}/${sensor} + INSTALL_BIN="Install_${sensor/-*/}_Sensor.bin" + python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors + + docinto ${sensor} + dodoc ${DOCS} + + done + +} + diff --git a/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031024 b/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031024 new file mode 100644 index 000000000000..5a1dc6e93ee6 --- /dev/null +++ b/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031024 @@ -0,0 +1 @@ +MD5 7268a45adef6535650edc9cfcd0cf426 PsiSensorPackage-20031024.tar.bz2 25145 diff --git a/x11-plugins/desklet-psisensors/metadata.xml b/x11-plugins/desklet-psisensors/metadata.xml new file mode 100644 index 000000000000..d62df026be9a --- /dev/null +++ b/x11-plugins/desklet-psisensors/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<maintainer><email>obz@gentoo.org</email></maintainer> +</pkgmetadata> |