diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-10-08 12:14:36 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-10-08 12:14:36 +0000 |
commit | 2c4999f8307925ba928083fe340a4d20c42306d9 (patch) | |
tree | 56f56e4b531e12b2e5d40b34ec3ab8600b0474ac /x11-plugins/desklet-psiextras | |
parent | rekeyword ~amd64 with the patch from bug 106901 (diff) | |
download | historical-2c4999f8307925ba928083fe340a4d20c42306d9.tar.gz historical-2c4999f8307925ba928083fe340a4d20c42306d9.tar.bz2 historical-2c4999f8307925ba928083fe340a4d20c42306d9.zip |
Removed - deprecated
Diffstat (limited to 'x11-plugins/desklet-psiextras')
-rw-r--r-- | x11-plugins/desklet-psiextras/ChangeLog | 19 | ||||
-rw-r--r-- | x11-plugins/desklet-psiextras/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/desklet-psiextras/desklet-psiextras-0.1.ebuild | 62 | ||||
-rw-r--r-- | x11-plugins/desklet-psiextras/files/digest-desklet-psiextras-0.1 | 6 | ||||
-rw-r--r-- | x11-plugins/desklet-psiextras/metadata.xml | 6 |
5 files changed, 0 insertions, 97 deletions
diff --git a/x11-plugins/desklet-psiextras/ChangeLog b/x11-plugins/desklet-psiextras/ChangeLog deleted file mode 100644 index 9efd8005e992..000000000000 --- a/x11-plugins/desklet-psiextras/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for x11-plugins/desklet-psiextras -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psiextras/ChangeLog,v 1.3 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-psiextras-0.1.ebuild: - Masked desklet-psiextras-0.1.ebuild stable for ppc - - 19 Jul 2004; David Holm <dholm@gentoo.org> desklet-psiextras-0.1.ebuild: - Added to ~ppc. - -*desklet-psiextras-0.1 (18 Jul 2004) - - 18 Jul 2004; Mike Gardiner <obz@gentoo.org> +metadata.xml, - +desklet-psiextras-0.1.ebuild: - First version in portage of the psiextras desklet collection. This ebuild - version needs to be revised when a single desklet is updated, or version - updated when multiple desklets are updated - diff --git a/x11-plugins/desklet-psiextras/Manifest b/x11-plugins/desklet-psiextras/Manifest deleted file mode 100644 index fabb47a72447..000000000000 --- a/x11-plugins/desklet-psiextras/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 849dd3c25e8bb283b2c12b7539ad94f6 ChangeLog 800 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 a92e51d75d13a2dd7d1d8302ab7786f6 desklet-psiextras-0.1.ebuild 2035 -MD5 fc91ba88a93b4c59ed5084ec093523a4 files/digest-desklet-psiextras-0.1 389 diff --git a/x11-plugins/desklet-psiextras/desklet-psiextras-0.1.ebuild b/x11-plugins/desklet-psiextras/desklet-psiextras-0.1.ebuild deleted file mode 100644 index 1990ed80257d..000000000000 --- a/x11-plugins/desklet-psiextras/desklet-psiextras-0.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psiextras/desklet-psiextras-0.1.ebuild,v 1.5 2005/08/26 20:42:10 nixphoeni Exp $ - -DESKLET_NAME="desklet-psiextras" - -S=${WORKDIR} - -DESCRIPTION="The Psi-themed GoodWeather, battery, launcher, pager, weather and wireless displays for gDesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/GoodWeather-psi.tar.bz2 - http://gdesklets.gnomedesktop.org/files/psi-battery-0.1.tar.bz2 - http://gdesklets.gnomedesktop.org/files/psi-launcher1.0.tgz - http://gdesklets.gnomedesktop.org/files/psi-pager.tar.gz - http://gdesklets.gnomedesktop.org/files/psi-weather.tar.bz2 - http://gdesklets.gnomedesktop.org/files/psi-wireless-0.1.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-psidisplays-20040420 - >=x11-plugins/desklet-goodweather-0.4 - >=x11-plugins/desklet-wireless-0.2 - >=x11-plugins/desklet-battery-0.2" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - dodir ${SYS_PATH}/Displays/${DESKLET_NAME} - - # first we install the Sensors - for i in `find . -iname "Install_*"`; do - python ${i} --nomsg ${D}${SYS_PATH}/Sensors - done - - # and then the .displays - for j in `find . -iname "*.display"`; do - dodir ${SYS_PATH}/Displays/${DESKLET_NAME}/`dirname ${j}` - insinto ${SYS_PATH}/Displays/${DESKLET_NAME}/`dirname ${j}`/ - doins ${j} - done - - # and finally the graphics - for k in `find . -iname "gfx"`; do - cp -R ${k} ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/`dirname ${k}`/ - done - - # and here we need to fix up any of the desklets - # that don't install otherwise - cd ${S}/psi-battery-0.1/ - cp *.png ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/psi-battery-0.1/ - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/ - -} - diff --git a/x11-plugins/desklet-psiextras/files/digest-desklet-psiextras-0.1 b/x11-plugins/desklet-psiextras/files/digest-desklet-psiextras-0.1 deleted file mode 100644 index be40c36b7715..000000000000 --- a/x11-plugins/desklet-psiextras/files/digest-desklet-psiextras-0.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 74ecf90f7c2f01f96e41a8c0416eaa23 GoodWeather-psi.tar.bz2 1335 -MD5 bc4850f291127c6c4172985540096ea0 psi-battery-0.1.tar.bz2 14799 -MD5 6040910bb0f43196ee9833d112ec9b8b psi-launcher1.0.tgz 160857 -MD5 51b24850574aa7bb1583d53fcb5548aa psi-pager.tar.gz 294662 -MD5 1591593ec3ec0e46131fe70a8c88f63f psi-weather.tar.bz2 322272 -MD5 b6f981dff02cff0869f6c92ae3981c2e psi-wireless-0.1.tar.bz2 4844 diff --git a/x11-plugins/desklet-psiextras/metadata.xml b/x11-plugins/desklet-psiextras/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-psiextras/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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> |