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 | |
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')
84 files changed, 0 insertions, 1755 deletions
diff --git a/x11-plugins/desklet-cornerxmms/ChangeLog b/x11-plugins/desklet-cornerxmms/ChangeLog deleted file mode 100644 index 3774b083d659..000000000000 --- a/x11-plugins/desklet-cornerxmms/ChangeLog +++ /dev/null @@ -1,37 +0,0 @@ -# ChangeLog for x11-plugins/desklet-cornerxmms -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-cornerxmms/ChangeLog,v 1.7 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-cornerxmms-0.0.5-r1.ebuild, desklet-cornerxmms-0.0.5.ebuild: - Masked desklet-cornerxmms-0.0.5.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-cornerxmms-0.0.5-r1.ebuild: - Masked desklet-cornerxmms-0.0.5-r1.ebuild stable for ppc - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - desklet-cornerxmms-0.0.5-r1.ebuild: - Mark stable on amd64. - -*desklet-cornerxmms-0.0.5-r1 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-cornerxmms-0.0.5-r1.ebuild: - Fixed up Sensor permissions, see bug #32907 - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> - desklet-cornerxmms-0.0.5.ebuild: - Marked ~ppc - - 30 Sep 2003; Todd Sunderlin <todd@gentoo.org> - desklet-cornerxmms-0.0.5.ebuild: - added ~sparc keyword - -*desklet-cornerxmms-0.0.5 (30 Sep 2003) - - 30 Sep 2003; Mike Gardiner <obz@gentoo.org> desklet-cornerxmms-0.0.5.ebuild, - metadata.xml: - First import now that cornerxmms has hit some level of - maturity/stability/featurability - diff --git a/x11-plugins/desklet-cornerxmms/Manifest b/x11-plugins/desklet-cornerxmms/Manifest deleted file mode 100644 index 5eaf43a833a0..000000000000 --- a/x11-plugins/desklet-cornerxmms/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d5cc11bd8f017aa9d9745492c37ffa3a desklet-cornerxmms-0.0.5.ebuild 1205 -MD5 199b15285a11f0713c39efb9bdaf4aa2 desklet-cornerxmms-0.0.5-r1.ebuild 1332 -MD5 9fa7107b172fccbea748e17625d6c714 ChangeLog 1301 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 40624e3cf4156e6e17b9f9e64b0425e4 files/digest-desklet-cornerxmms-0.0.5 68 -MD5 40624e3cf4156e6e17b9f9e64b0425e4 files/digest-desklet-cornerxmms-0.0.5-r1 68 diff --git a/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5-r1.ebuild b/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5-r1.ebuild deleted file mode 100644 index c866412f9c3b..000000000000 --- a/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5-r1.ebuild +++ /dev/null @@ -1,49 +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-cornerxmms/desklet-cornerxmms-0.0.5-r1.ebuild,v 1.8 2005/08/26 20:52:45 nixphoeni Exp $ - -DESKLET_NAME="CornerXMMS" - -MY_PN=${DESKLET_NAME} -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A corner display that interacts with XMMS" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=53" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~sparc ppc amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=dev-python/pyxmms-1.06" - -DOCS="Changelog README TODO" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - insinto ${SYS_PATH}/Displays/${DESKLET_NAME}/gfx - doins gfx/* - chmod 644 ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/*.png - - dodoc ${DOCS} - - # the desklets unpack preservers permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5.ebuild b/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5.ebuild deleted file mode 100644 index 91d6362ea59f..000000000000 --- a/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.0.5.ebuild +++ /dev/null @@ -1,46 +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-cornerxmms/desklet-cornerxmms-0.0.5.ebuild,v 1.7 2005/04/19 02:39:31 nixphoeni Exp $ - -DESKLET_NAME="CornerXMMS" - -MY_PN=${DESKLET_NAME} -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A corner display that interacts with XMMS" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=53" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~sparc ppc" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=dev-python/pyxmms-1.06" - -DOCS="Changelog README TODO" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - insinto ${SYS_PATH}/Displays/${DESKLET_NAME}/gfx - doins gfx/* - chmod 644 ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/*.png - - dodoc ${DOCS} - -} - diff --git a/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5 b/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5 deleted file mode 100644 index bf27ca70e09c..000000000000 --- a/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 2714260a2a82005a814db703cf2ea854 CornerXMMS-0.0.5.tar.bz2 48846 diff --git a/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5-r1 b/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5-r1 deleted file mode 100644 index bf27ca70e09c..000000000000 --- a/x11-plugins/desklet-cornerxmms/files/digest-desklet-cornerxmms-0.0.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2714260a2a82005a814db703cf2ea854 CornerXMMS-0.0.5.tar.bz2 48846 diff --git a/x11-plugins/desklet-cornerxmms/metadata.xml b/x11-plugins/desklet-cornerxmms/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-cornerxmms/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> diff --git a/x11-plugins/desklet-goodweather/ChangeLog b/x11-plugins/desklet-goodweather/ChangeLog deleted file mode 100644 index ea0ebdcf1487..000000000000 --- a/x11-plugins/desklet-goodweather/ChangeLog +++ /dev/null @@ -1,67 +0,0 @@ -# ChangeLog for x11-plugins/desklet-goodweather -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-goodweather/ChangeLog,v 1.13 2005/05/09 18:42:16 dholm Exp $ - - 09 May 2005; David Holm <dholm@gentoo.org> - desklet-goodweather-0.4-r2.ebuild: - Readded to ~ppc. Please don't remove it without filing a proper bug report. - -*desklet-goodweather-0.4-r2 (23 Apr 2005) - - 23 Apr 2005; Mike Gardiner <obz@gentoo.org> - desklet-goodweather-0.4-r1.ebuild, +desklet-goodweather-0.4-r2.ebuild: - Added a revised 0.4-r2 with changes for the new gdesklets eclass - - 23 Apr 2005; Joe Sapp <nixphoeni@gentoo.org> - desklet-goodweather-0.4-r1.ebuild: - Updated the ebuild to use the eclass - -*desklet-goodweather-0.4-r1 (02 Dec 2004) - - 02 Dec 2004; Mike Gardiner <obz@gentoo.org> - +desklet-goodweather-0.4-r1.ebuild: - New version, fixes the infamous 'metha' typo for workies with gdesklets-0.3x - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-goodweather-0.3.ebuild, desklet-goodweather-0.4.ebuild: - Masked desklet-goodweather-0.4.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-goodweather-0.3.ebuild: - Masked desklet-goodweather-0.3.ebuild stable for ppc - -*desklet-goodweather-0.4 (27 Apr 2004) - - 27 Apr 2004; Mike Gardiner <obz@gentoo.org> desklet-goodweather-0.2.ebuild, - desklet-goodweather-0.4.ebuild: - Version bump, as requested in bug #44768 - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - desklet-goodweather-0.3.ebuild: - Mark stable on amd64. - - 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> - desklet-goodweather-0.3.ebuild: - Add ~alpha for bug 46601 - -*desklet-goodweather-0.3 (24 Nov 2003) - - 24 Nov 2003; Mike Gardiner <obz@gentoo.org> desklet-goodweather-0.1.ebuild, - desklet-goodweather-0.3.ebuild: - Added new bugfix version, this time with support for FontSelector font changing - -*desklet-goodweather-0.2 (21 Nov 2003) - - 21 Nov 2003; Mike Gardiner <obz@gentoo.org> desklet-goodweather-0.2.ebuild: - New version, bugfixes - - 20 Nov 2003; David Holm <dholm@gentoo.org> desklet-goodweather-0.1.ebuild: - Added to ~ppc. - -*desklet-goodweather-0.1 (19 Nov 2003) - - 19 Nov 2003; Mike Gardiner <obz@gentoo.org> desklet-goodweather-0.1.ebuild, - metadata.xml: - First version in portage. Uses weather codes available from weather.com (as - shown in the configure dialog) to give the forecast for the next 5 days - diff --git a/x11-plugins/desklet-goodweather/Manifest b/x11-plugins/desklet-goodweather/Manifest deleted file mode 100644 index ee7633b5e9a6..000000000000 --- a/x11-plugins/desklet-goodweather/Manifest +++ /dev/null @@ -1,10 +0,0 @@ -MD5 237fdb4143ae98497fe12cd376a8b1e5 ChangeLog 2462 -MD5 44dbff5d110541c3fdb13d41c5ea7065 desklet-goodweather-0.3.ebuild 1228 -MD5 30d8d1597706c7ea3586bf6997436d9d desklet-goodweather-0.4.ebuild 1229 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 3eb6f136ef392cb53f250921644113bb desklet-goodweather-0.4-r1.ebuild 1362 -MD5 2d610daf8d7b5cfd7da87592778ddc8c desklet-goodweather-0.4-r2.ebuild 719 -MD5 a313796e2744c9b050b1ab855068f76a files/digest-desklet-goodweather-0.3 69 -MD5 7fedd8d801fa3552ee5c7bb079954b14 files/digest-desklet-goodweather-0.4 69 -MD5 7fedd8d801fa3552ee5c7bb079954b14 files/digest-desklet-goodweather-0.4-r1 69 -MD5 00adc8fbd46656e8bb502804823337d7 files/digest-desklet-goodweather-0.4-r2 64 diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.3.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.3.ebuild deleted file mode 100644 index 767a403a78a4..000000000000 --- a/x11-plugins/desklet-goodweather/desklet-goodweather-0.3.ebuild +++ /dev/null @@ -1,45 +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-goodweather/desklet-goodweather-0.3.ebuild,v 1.8 2005/04/23 04:27:05 obz Exp $ - -DESKLET_NAME="GoodWeather" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A desklet producing weather forecasts for the coming week" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=93" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc amd64 ~alpha" - -DEPEND=">=gnome-extra/gdesklets-core-0.24" - -DOCS="INSTALL README" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r1.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r1.ebuild deleted file mode 100644 index eaaa5e7549c3..000000000000 --- a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r1.ebuild +++ /dev/null @@ -1,54 +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-goodweather/desklet-goodweather-0.4-r1.ebuild,v 1.3 2005/04/23 04:27:05 obz Exp $ - -DESKLET_NAME="GoodWeather" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A desklet producing weather forecasts for the coming week" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=93" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~ppc ~amd64 ~alpha" - -DEPEND=">=gnome-extra/gdesklets-core-0.26" - -DOCS="README" - -src_unpack() { - - unpack ${A} - cd ${S} - # fix the "metha/meta" typo for gdesklets-0.3x - sed -i -e "s:metha:meta:" GoodWeather.display - -} - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r2.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r2.ebuild deleted file mode 100644 index 14d9ca7bc20e..000000000000 --- a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4-r2.ebuild +++ /dev/null @@ -1,25 +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-goodweather/desklet-goodweather-0.4-r2.ebuild,v 1.2 2005/05/09 18:42:16 dholm Exp $ - -inherit gdesklets - -DESKLET_NAME="GoodWeather" -SENSOR_NAME="${DESKLET_NAME}" - -MY_P=${DESKLET_NAME} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A desklet showing a weather forecast for the coming week" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=93" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~ppc" - -RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" - -DOCS="README" - diff --git a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4.ebuild b/x11-plugins/desklet-goodweather/desklet-goodweather-0.4.ebuild deleted file mode 100644 index 58ffeef543eb..000000000000 --- a/x11-plugins/desklet-goodweather/desklet-goodweather-0.4.ebuild +++ /dev/null @@ -1,45 +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-goodweather/desklet-goodweather-0.4.ebuild,v 1.5 2005/04/23 04:27:05 obz Exp $ - -DESKLET_NAME="GoodWeather" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A desklet producing weather forecasts for the coming week" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=93" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~amd64 ~alpha" - -DEPEND=">=gnome-extra/gdesklets-core-0.26" - -DOCS="INSTALL README" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.3 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.3 deleted file mode 100644 index 9d77ed1fb3a6..000000000000 --- a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 f92d504e2e5732cb02ef08a23b282a0f GoodWeather-0.3.tar.bz2 1461129 diff --git a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4 deleted file mode 100644 index f733a678e3fc..000000000000 --- a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad7851fed9de6f8adc35d522d5b08cdb GoodWeather-0.4.tar.bz2 1460955 diff --git a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r1 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r1 deleted file mode 100644 index f733a678e3fc..000000000000 --- a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad7851fed9de6f8adc35d522d5b08cdb GoodWeather-0.4.tar.bz2 1460955 diff --git a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r2 b/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r2 deleted file mode 100644 index 0d3eed60e072..000000000000 --- a/x11-plugins/desklet-goodweather/files/digest-desklet-goodweather-0.4-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2470e742a04bd21c0d9492631fc9be1b GoodWeather.tar.gz 1458927 diff --git a/x11-plugins/desklet-goodweather/metadata.xml b/x11-plugins/desklet-goodweather/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-goodweather/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> diff --git a/x11-plugins/desklet-ltvariations/ChangeLog b/x11-plugins/desklet-ltvariations/ChangeLog deleted file mode 100644 index d5c0644b8fc5..000000000000 --- a/x11-plugins/desklet-ltvariations/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -# ChangeLog for x11-plugins/desklet-ltvariations -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-ltvariations/ChangeLog,v 1.7 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-ltvariations-0.21-r1.ebuild, desklet-ltvariations-0.21.ebuild, - desklet-ltvariations-0.26.ebuild: - Masked desklet-ltvariations-0.26.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-ltvariations-0.21-r1.ebuild, desklet-ltvariations-0.21.ebuild: - Masked desklet-ltvariations-0.21.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-ltvariations-0.21-r1.ebuild: - Masked desklet-ltvariations-0.21-r1.ebuild stable for ppc - -*desklet-ltvariations-0.26 (18 Jul 2004) - - 18 Jul 2004; Mike Gardiner <obz@gentoo.org> +desklet-ltvariations-0.26.ebuild: - Version bump, as requested by <rizzo@gentoo.org> in bug #44708 - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - desklet-ltvariations-0.21-r1.ebuild: - Mark stable on amd64. - -*desklet-ltvariations-0.21-r1 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-ltvariations-0.21-r1.ebuild: - Fixed Sensors permissions, with regards to bug #32907 - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> - desklet-ltvariations-0.21.ebuild: - Marked ~ppc - -*desklet-ltvariations-0.21 (28 Sep 2003) - - 28 Sep 2003; Mike Gardiner <obz@gentoo.org> - desklet-ltvariations-0.21.ebuild: - First import of the LTVariations Sensors and Displays - diff --git a/x11-plugins/desklet-ltvariations/Manifest b/x11-plugins/desklet-ltvariations/Manifest deleted file mode 100644 index 1a9814d0ce34..000000000000 --- a/x11-plugins/desklet-ltvariations/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -MD5 fa179bdbef452b22226a51c25d36e1f6 desklet-ltvariations-0.21-r1.ebuild 1438 -MD5 c2da0273a7496f5c215b5aa3b9e1336f desklet-ltvariations-0.26.ebuild 1287 -MD5 d46a161ab7622e5655245cd154f34eeb desklet-ltvariations-0.21.ebuild 1323 -MD5 ba239f74fd25c9688e2419a459578974 ChangeLog 1583 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 ad948f4c2f3e6d5c049654ff2efaa688 files/digest-desklet-ltvariations-0.21-r1 66 -MD5 ad948f4c2f3e6d5c049654ff2efaa688 files/digest-desklet-ltvariations-0.21 66 -MD5 5928c4eeed534e59624824a7f6ab3deb files/digest-desklet-ltvariations-0.26 68 diff --git a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21-r1.ebuild b/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21-r1.ebuild deleted file mode 100644 index 8ebaf4c8d566..000000000000 --- a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21-r1.ebuild +++ /dev/null @@ -1,50 +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-ltvariations/desklet-ltvariations-0.21-r1.ebuild,v 1.7 2005/04/19 02:36:57 nixphoeni Exp $ - -DESKLET_NAME="LTVariations" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR} - -DESCRIPTION="The clock sensors and displays for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tgz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=46" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-weather-0.21" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - dodir ${SYS_PATH}/{Sensors,Displays} - - # the LTV Sensors - cd ${S}/LTV\ Sensors/ - for i in `ls *.bin`; do - python ${i} --nomsg ${D}${SYS_PATH}/Sensors - done - - # and apparently we need the iconbutton sensor as well - cd ${S}/Other\ Sensors/ - python Install_IconButton_Sensor.bin --nomsg ${D}/${SYS_PATH}/Sensors - - cd ${S}/LTCandy - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics, and their messed up permissions fix - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - chmod 644 ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/*.png - - # the desklets unpack preservers permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/ - -} - diff --git a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21.ebuild b/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21.ebuild deleted file mode 100644 index 79f69dc2dd2c..000000000000 --- a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.21.ebuild +++ /dev/null @@ -1,47 +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-ltvariations/desklet-ltvariations-0.21.ebuild,v 1.6 2005/04/19 02:36:57 nixphoeni Exp $ - -DESKLET_NAME="LTVariations" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR} - -DESCRIPTION="The clock sensors and displays for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tgz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=46" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-weather-0.21" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - dodir ${SYS_PATH}/{Sensors,Displays} - - # the LTV Sensors - cd ${S}/LTV\ Sensors/ - for i in `ls *.bin`; do - python ${i} --nomsg ${D}${SYS_PATH}/Sensors - done - - # and apparently we need the iconbutton sensor as well - cd ${S}/Other\ Sensors/ - python Install_IconButton_Sensor.bin --nomsg ${D}/${SYS_PATH}/Sensors - - cd ${S}/LTCandy - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics, and their messed up permissions fix - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - chmod 644 ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/*.png - -} - diff --git a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.26.ebuild b/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.26.ebuild deleted file mode 100644 index 15d2643d3174..000000000000 --- a/x11-plugins/desklet-ltvariations/desklet-ltvariations-0.26.ebuild +++ /dev/null @@ -1,46 +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-ltvariations/desklet-ltvariations-0.26.ebuild,v 1.4 2005/08/26 20:47:20 nixphoeni Exp $ - -DESKLET_NAME="LTVariations" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR} - -DESCRIPTION="The clock sensors and displays for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=46" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-weather-0.21" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - dodir ${SYS_PATH}/{Sensors,Displays} - - # the LTV Sensors - cd ${S}/Sensors/ - for i in `ls *.bin`; do - python ${i} --nomsg ${D}${SYS_PATH}/Sensors - done - - cd ${S}/Displays/LTCandy - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics, and their messed up permissions fix - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - chmod 644 ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/*.png - - # the desklets unpack preservers permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/ - -} - diff --git a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21 b/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21 deleted file mode 100644 index 1c545228227e..000000000000 --- a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 f392c12824da8391f36432ab1708bb5b LTVariations-0.21.tgz 146036 diff --git a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21-r1 b/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21-r1 deleted file mode 100644 index 1c545228227e..000000000000 --- a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.21-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f392c12824da8391f36432ab1708bb5b LTVariations-0.21.tgz 146036 diff --git a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.26 b/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.26 deleted file mode 100644 index 4962f8033d13..000000000000 --- a/x11-plugins/desklet-ltvariations/files/digest-desklet-ltvariations-0.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9eb7f81aab5e20cd5405a9666937107 LTVariations-0.26.tar.gz 61907 diff --git a/x11-plugins/desklet-ltvariations/metadata.xml b/x11-plugins/desklet-ltvariations/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-ltvariations/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> diff --git a/x11-plugins/desklet-multitail/ChangeLog b/x11-plugins/desklet-multitail/ChangeLog deleted file mode 100644 index ca18cd93b3db..000000000000 --- a/x11-plugins/desklet-multitail/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -# ChangeLog for x11-plugins/desklet-multitail -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-multitail/ChangeLog,v 1.6 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-multitail-0.2.2.ebuild, desklet-multitail-0.3.1.ebuild: - Masked desklet-multitail-0.3.1.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-multitail-0.2.2.ebuild: - Masked desklet-multitail-0.2.2.ebuild stable for ppc - -*desklet-multitail-0.3.1 (13 Jul 2004) - - 13 Jul 2004; Mike Gardiner <obz@gentoo.org> +desklet-multitail-0.3.1.ebuild: - New version as requested in bug #51036 - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - desklet-multitail-0.2.2.ebuild: - Mark stable on amd64. - -*desklet-multitail-0.2.2 (04 Feb 2004) - - 04 Feb 2004; Mike Gardiner <obz@gentoo.org> desklet-multitail-0.1.6.ebuild, - desklet-multitail-0.2.2.ebuild: - New version - -*desklet-multitail-0.1.6 (06 Dec 2003) - - 06 Dec 2003; Mike Gardiner <obz@gentoo.org> desklet-multitail-0.1.6.ebuild, - metadata.xml: - First version - diff --git a/x11-plugins/desklet-multitail/Manifest b/x11-plugins/desklet-multitail/Manifest deleted file mode 100644 index f363616a97c2..000000000000 --- a/x11-plugins/desklet-multitail/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 2623654e60a59bb0f770099120ae3e4a ChangeLog 1149 -MD5 a5a0e83d5ebfb5c675c598e14b4b4337 desklet-multitail-0.2.2.ebuild 1094 -MD5 ab382763ad622c45bafbcc973a63516d desklet-multitail-0.3.1.ebuild 1113 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 9f8914b1370751d6351b2bd088772c76 files/digest-desklet-multitail-0.2.2 66 -MD5 a39a6d202d65d2424009f2cec9cc4107 files/digest-desklet-multitail-0.3.1 76 diff --git a/x11-plugins/desklet-multitail/desklet-multitail-0.2.2.ebuild b/x11-plugins/desklet-multitail/desklet-multitail-0.2.2.ebuild deleted file mode 100644 index b99ed09fc627..000000000000 --- a/x11-plugins/desklet-multitail/desklet-multitail-0.2.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-multitail/desklet-multitail-0.2.2.ebuild,v 1.7 2004/09/02 18:22:39 pvdabeel Exp $ - -DESKLET_NAME="MultiTail" -S=${WORKDIR}/${DESKLET_NAME}-${PV} - -DESCRIPTION="A desklet that allows the 'tail' or viewing of multiple files on your desktop" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${PN/desklet-/}-${PV}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=52" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 amd64 ppc" - -DEPEND=">=gnome-extra/gdesklets-core-0.25" - -DOCS="README" - -src_install() { - - # set up our paths - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensors - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - -# and now the display - cp -R ${DESKLET_NAME} ${D}${SYS_PATH}/Displays - rm ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/README - - dodoc ${DESKLET_NAME}/${DOCS} - -} - diff --git a/x11-plugins/desklet-multitail/desklet-multitail-0.3.1.ebuild b/x11-plugins/desklet-multitail/desklet-multitail-0.3.1.ebuild deleted file mode 100644 index 01d6060e5720..000000000000 --- a/x11-plugins/desklet-multitail/desklet-multitail-0.3.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-multitail/desklet-multitail-0.3.1.ebuild,v 1.3 2004/09/02 18:22:39 pvdabeel Exp $ - -DESKLET_NAME="MultiTail" -S=${WORKDIR}/gDesklets-multitail-${PV} - -DESCRIPTION="A desklet that allows the 'tail' or viewing of multiple files on your desktop" -SRC_URI="http://gdesklets.gnomedesktop.org/files/gDesklets-multitail-${PV}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=52" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~amd64 ppc" - -DEPEND=">=gnome-extra/gdesklets-core-0.26" - -DOCS="README ChangeLog" - -src_install() { - - # set up our paths - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensors - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and now the display - cp -R ${DESKLET_NAME} ${D}${SYS_PATH}/Displays - rm ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/README - - dodoc ${DESKLET_NAME}/${DOCS} - -} - diff --git a/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.2.2 b/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.2.2 deleted file mode 100644 index 52fe739d0352..000000000000 --- a/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 936d09b9a2247f3ff0adc6f7e3d6f5d8 multitail-0.2.2.tar.bz2 9330 diff --git a/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.3.1 b/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.3.1 deleted file mode 100644 index 2970141c0f3d..000000000000 --- a/x11-plugins/desklet-multitail/files/digest-desklet-multitail-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 24484b51ee297dc7decfd2ba0d7739ef gDesklets-multitail-0.3.1.tar.gz 12817 diff --git a/x11-plugins/desklet-multitail/metadata.xml b/x11-plugins/desklet-multitail/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-multitail/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> diff --git a/x11-plugins/desklet-psidisplays/ChangeLog b/x11-plugins/desklet-psidisplays/ChangeLog deleted file mode 100644 index de65e813508b..000000000000 --- a/x11-plugins/desklet-psidisplays/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -# ChangeLog for x11-plugins/desklet-psidisplays -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psidisplays/ChangeLog,v 1.8 2004/11/11 20:31:53 blubb Exp $ - - 11 Nov 2004; Simon Stelling <blubb@gentoo.org> - desklet-psidisplays-20040420.ebuild: - added ~amd64 - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-psidisplays-20031028.ebuild, desklet-psidisplays-20040420.ebuild: - Masked desklet-psidisplays-20040420.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-psidisplays-20031028.ebuild: - Masked desklet-psidisplays-20031028.ebuild stable for ppc - -*desklet-psidisplays-20040420 (27 Apr 2004) - - 27 Apr 2004; Mike Gardiner <obz@gentoo.org> - desklet-psidisplays-20031024.ebuild, desklet-psidisplays-20040420.ebuild: - New version, as requested in bug #48506 - - 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> - desklet-psidisplays-20031028.ebuild: - Add ~alpha for bug 46601 - -*desklet-psidisplays-20031028 (16 Nov 2003) - - 16 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-psidisplays-20031028.ebuild: - New version - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> - desklet-psidisplays-20031024.ebuild: - Marked ~ppc - -*desklet-psidisplays-20031024 (26 Oct 2003) - - 26 Oct 2003; Mike Gardiner <obz@gentoo.org> - desklet-psidisplays-20031024.ebuild: - First version of the desklet-psidisplays package. Like it's corresponding - sensors package (desklet-psisensors) this provides Psi's displays including - Theme support and obsolete the desklet-{cpu,disk,mem,network}info displays - which will be removed soon. - diff --git a/x11-plugins/desklet-psidisplays/Manifest b/x11-plugins/desklet-psidisplays/Manifest deleted file mode 100644 index e367298720e2..000000000000 --- a/x11-plugins/desklet-psidisplays/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 20aeb4a82c879684537d403a86df6e59 desklet-psidisplays-20040420.ebuild 1069 -MD5 885c4db5e9bd308f0c5715906512d4cf desklet-psidisplays-20031028.ebuild 1063 -MD5 3d8fa2942275c20c1f440eae07ac3e83 ChangeLog 1660 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 63a057c9f0e08774f9b3f34c64780aba files/digest-desklet-psidisplays-20031028 78 -MD5 e26174ba8d9146c3a2d67f9c75b79305 files/digest-desklet-psidisplays-20040420 78 diff --git a/x11-plugins/desklet-psidisplays/desklet-psidisplays-20031028.ebuild b/x11-plugins/desklet-psidisplays/desklet-psidisplays-20031028.ebuild deleted file mode 100644 index 5c2ed704dff7..000000000000 --- a/x11-plugins/desklet-psidisplays/desklet-psidisplays-20031028.ebuild +++ /dev/null @@ -1,39 +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-psidisplays/desklet-psidisplays-20031028.ebuild,v 1.6 2005/04/19 02:41:56 nixphoeni Exp $ - -MY_PN="PsiDisplayPackage" -MY_P=${MY_PN}-${PV} -S=${WORKDIR} - -DESCRIPTION="A CPU Monitor Sensor for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=38" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~alpha" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-psisensors-${PV} - >=x11-plugins/desklet-clock-0.32" - -DOCS="README" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - dodir ${SYS_PATH}/Displays - - insinto ${SYS_PATH}/Displays/${PN/2*/} - doins ${S}/psi-displays-v0.2/*.display - # removing MemoOver for now, as in corresponding psisensors - # ebuild - rm ${D}${SYS_PATH}/Displays/${PN/2*/}/memoover.display - cp -R ${S}/Themes ${D}${SYS_PATH}/ - - dodoc ${S}/${DOCS} - -} - diff --git a/x11-plugins/desklet-psidisplays/desklet-psidisplays-20040420.ebuild b/x11-plugins/desklet-psidisplays/desklet-psidisplays-20040420.ebuild deleted file mode 100644 index d7cda737f766..000000000000 --- a/x11-plugins/desklet-psidisplays/desklet-psidisplays-20040420.ebuild +++ /dev/null @@ -1,39 +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-psidisplays/desklet-psidisplays-20040420.ebuild,v 1.6 2005/04/19 02:41:56 nixphoeni Exp $ - -MY_PN="PsiDisplayPackage" -MY_P=${MY_PN}-${PV} -S=${WORKDIR} - -DESCRIPTION="A CPU Monitor Sensor for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=38" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~alpha ~amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1 - >=x11-plugins/desklet-psisensors-${PV} - >=x11-plugins/desklet-clock-0.32" - -DOCS="README" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - dodir ${SYS_PATH}/Displays - - insinto ${SYS_PATH}/Displays/${PN/2*/} - doins ${S}/psi-displays-v0.2/*.display - # removing MemoOver for now, as in corresponding psisensors - # ebuild - rm ${D}${SYS_PATH}/Displays/${PN/2*/}/memoover.display - cp -R ${S}/Themes ${D}${SYS_PATH}/ - - dodoc ${S}/${DOCS} - -} - diff --git a/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20031028 b/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20031028 deleted file mode 100644 index fecd6e542e5d..000000000000 --- a/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20031028 +++ /dev/null @@ -1 +0,0 @@ -MD5 ebde2a0b8130ddb161e8a1c0f06f0dc6 PsiDisplayPackage-20031028.tar.bz2 68956 diff --git a/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20040420 b/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20040420 deleted file mode 100644 index f677f2d347c1..000000000000 --- a/x11-plugins/desklet-psidisplays/files/digest-desklet-psidisplays-20040420 +++ /dev/null @@ -1 +0,0 @@ -MD5 a0c479d1a20df6a4838e84fdc4f0e7db PsiDisplayPackage-20040420.tar.gz 130931 diff --git a/x11-plugins/desklet-psidisplays/metadata.xml b/x11-plugins/desklet-psidisplays/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-psidisplays/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> 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> diff --git a/x11-plugins/desklet-psisensors/ChangeLog b/x11-plugins/desklet-psisensors/ChangeLog deleted file mode 100644 index d7d3271ee78f..000000000000 --- a/x11-plugins/desklet-psisensors/ChangeLog +++ /dev/null @@ -1,55 +0,0 @@ -# ChangeLog for x11-plugins/desklet-psisensors -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-psisensors/ChangeLog,v 1.10 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-psisensors-20031028.ebuild, desklet-psisensors-20040420.ebuild: - Masked desklet-psisensors-20040420.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-psisensors-20031028.ebuild: - Masked desklet-psisensors-20031028.ebuild stable for ppc - - 14 Jul 2004; Mike Gardiner <obz@gentoo.org> desklet-psisensors-20031028.ebuild, - desklet-psisensors-20040420.ebuild: - Removed blocks on the *info desklets that have now been removed from portage - - 22 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> - desklet-psisensors-20040420.ebuild: - Marked ~amd64. - -*desklet-psisensors-20040420 (27 Apr 2004) - - 27 Apr 2004; Mike Gardiner <obz@gentoo.org> - desklet-psisensors-20031024-r1.ebuild, desklet-psisensors-20040420.ebuild: - New version, requested in bug #48506 - - 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> - desklet-psisensors-20031028.ebuild: - Add ~alpha for bug 46601 - -*desklet-psisensors-20031028 (16 Nov 2003) - - 16 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-psisensors-20031024.ebuild, desklet-psisensors-20031028.ebuild: - New version - -*desklet-psisensors-20031024-r1 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-psisensors-20031024-r1.ebuild: - Fixed Sensor permissions, see bug #32907 - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> - desklet-psisensors-20031024.ebuild: - Marked ~ppc - -*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 deleted file mode 100644 index 9975329ca482..000000000000 --- a/x11-plugins/desklet-psisensors/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 04e3214fea18aa80a0f113dca9e7201e desklet-psisensors-20031028.ebuild 1699 -MD5 0aff81c958d7cd9ab3a0cbbda6569de8 desklet-psisensors-20040420.ebuild 1705 -MD5 119187223c37708d03c95795bf14d17d ChangeLog 2073 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 9af9fb87a5573b1acf96f27caf900be4 files/digest-desklet-psisensors-20031028 77 -MD5 26ebaad6cb559e5d539f0fbe911c5e3b files/digest-desklet-psisensors-20040420 76 diff --git a/x11-plugins/desklet-psisensors/desklet-psisensors-20031028.ebuild b/x11-plugins/desklet-psisensors/desklet-psisensors-20031028.ebuild deleted file mode 100644 index eb5befe65062..000000000000 --- a/x11-plugins/desklet-psisensors/desklet-psisensors-20031028.ebuild +++ /dev/null @@ -1,57 +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-psisensors/desklet-psisensors-20031028.ebuild,v 1.8 2005/08/26 20:40:23 nixphoeni 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/categories.php?func=gd_show_app&gd_app_id=38" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~alpha" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1" -# The following have been removed from portage now -# !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 - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors - -} - diff --git a/x11-plugins/desklet-psisensors/desklet-psisensors-20040420.ebuild b/x11-plugins/desklet-psisensors/desklet-psisensors-20040420.ebuild deleted file mode 100644 index 739a1286caf9..000000000000 --- a/x11-plugins/desklet-psisensors/desklet-psisensors-20040420.ebuild +++ /dev/null @@ -1,57 +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-psisensors/desklet-psisensors-20040420.ebuild,v 1.8 2005/08/26 20:40:23 nixphoeni 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.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=38" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~alpha ~amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1" -# The following have been removed from portage now -# !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 - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors - -} - diff --git a/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031028 b/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031028 deleted file mode 100644 index 4467bbd176cd..000000000000 --- a/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20031028 +++ /dev/null @@ -1 +0,0 @@ -MD5 24c891e1d0f66426040b4e4fb618f9f5 PsiSensorPackage-20031028.tar.bz2 26372 diff --git a/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20040420 b/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20040420 deleted file mode 100644 index 9394cf444681..000000000000 --- a/x11-plugins/desklet-psisensors/files/digest-desklet-psisensors-20040420 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2e795b4b0c52d31f711eccebf0568f4 PsiSensorPackage-20040420.tar.gz 28428 diff --git a/x11-plugins/desklet-psisensors/metadata.xml b/x11-plugins/desklet-psisensors/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-psisensors/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> diff --git a/x11-plugins/desklet-rhythmlet/ChangeLog b/x11-plugins/desklet-rhythmlet/ChangeLog deleted file mode 100644 index 1f88a3b03571..000000000000 --- a/x11-plugins/desklet-rhythmlet/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for x11-plugins/desklet-rhythmlet -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-rhythmlet/ChangeLog,v 1.6 2004/12/28 22:14:13 ciaranm Exp $ - - 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : - Change encoding to UTF-8 for GLEP 31 compliance - - 11 Nov 2004; Simon Stelling <blubb@gentoo.org> - desklet-rhythmlet-0.3g.ebuild: - added ~amd64 - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-rhythmlet-0.3g.ebuild: - Masked desklet-rhythmlet-0.3g.ebuild stable for ppc - - 20 Jul 2004; Bryan Ăstergaard <kloeri@gentoo.org> - desklet-rhythmlet-0.3g.ebuild: - dev-python/Imaging is now dev-python/imaging - adjust dependencies accordingly. - - 18 Jul 2004; David Holm <dholm@gentoo.org> desklet-rhythmlet-0.3g.ebuild: - Added to ~ppc. - -*desklet-rhythmlet-0.3g (18 Jul 2004) - - 18 Jul 2004; Mike Gardiner <obz@gentoo.org> +desklet-rhythmlet-0.3g.ebuild: - First version in portage, as requested in bug #55181 - diff --git a/x11-plugins/desklet-rhythmlet/Manifest b/x11-plugins/desklet-rhythmlet/Manifest deleted file mode 100644 index 4fc5b81628cd..000000000000 --- a/x11-plugins/desklet-rhythmlet/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 544c306cfcfc8d74fe38eaaaa1a19e4f desklet-rhythmlet-0.3g.ebuild 1680 -MD5 d96a5acf6923532292e17243436e481f ChangeLog 1018 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 0ef75251b83f0cae5fbdd4bb9d741dad files/digest-desklet-rhythmlet-0.3g 69 diff --git a/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild b/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild deleted file mode 100644 index e2a776278fd9..000000000000 --- a/x11-plugins/desklet-rhythmlet/desklet-rhythmlet-0.3g.ebuild +++ /dev/null @@ -1,58 +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-rhythmlet/desklet-rhythmlet-0.3g.ebuild,v 1.6 2005/08/26 19:50:02 nixphoeni Exp $ - -DESKLET_NAME="Rhythmlet" - -MY_PN=${PN/desklet-/} -MY_P=${MY_PN}-${PV}-r2 -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A display for controlling the Rhythmbox music player from gDesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=162" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~amd64" - -DEPEND=">=gnome-extra/gdesklets-core-0.26 - >=x11-plugins/desklet-psisensors-20040420 - >=dev-python/gnome-python-2.0 - >=dev-python/soappy-0.11 - >=dev-python/imaging-1.0 - >=media-sound/rhythmbox-0.8.5" - -DOCS="ChangeLog INSTALL README" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays for the normal rhythmlet - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - # and also the CornerRhythmlet .displays - cd CornerRhythmlet - insinto ${SYS_PATH}/Displays/${DESKLET_NAME}/CornerRhythmlet - doins *.display - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/CornerRhythmlet - - cd ${S} - # Install the documentation - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-rhythmlet/files/digest-desklet-rhythmlet-0.3g b/x11-plugins/desklet-rhythmlet/files/digest-desklet-rhythmlet-0.3g deleted file mode 100644 index 029cfb06e9a0..000000000000 --- a/x11-plugins/desklet-rhythmlet/files/digest-desklet-rhythmlet-0.3g +++ /dev/null @@ -1 +0,0 @@ -MD5 355f2e4349928cd943e69f241c089ad7 rhythmlet-0.3g-r2.tar.gz 326119 diff --git a/x11-plugins/desklet-rhythmlet/metadata.xml b/x11-plugins/desklet-rhythmlet/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-rhythmlet/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> diff --git a/x11-plugins/desklet-sysinfo/ChangeLog b/x11-plugins/desklet-sysinfo/ChangeLog deleted file mode 100644 index 6c11557c43d3..000000000000 --- a/x11-plugins/desklet-sysinfo/ChangeLog +++ /dev/null @@ -1,38 +0,0 @@ -# ChangeLog for x11-plugins/desklet-sysinfo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-sysinfo/ChangeLog,v 1.7 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-sysinfo-0.21.2-r1.ebuild, desklet-sysinfo-0.25.ebuild: - Masked desklet-sysinfo-0.25.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-sysinfo-0.21.2-r1.ebuild: - Masked desklet-sysinfo-0.21.2-r1.ebuild stable for ppc - - 22 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> - desklet-sysinfo-0.25.ebuild: - Marked ~amd64. - -*desklet-sysinfo-0.25 (11 Jan 2004) - - 11 Jan 2004; Mike Gardiner <obz@gentoo.org> desklet-sysinfo-0.21.2.ebuild, - desklet-sysinfo-0.25.ebuild: - New version, works with gdesklets-core >= 0.25.1 - - 20 Nov 2003; David Holm <dholm@gentoo.org> desklet-sysinfo-0.21.2-r1.ebuild: - Added to ~ppc. - -*desklet-sysinfo-0.21.2-r1 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> - desklet-sysinfo-0.21.2-r1.ebuild: - Fixed Sensor permissions, see bug #32907 - -*desklet-sysinfo-0.21.2 (30 Sep 2003) - - 30 Sep 2003; Mike Gardiner <obz@gentoo.org> desklet-sysinfo-0.21.2.ebuild, - metadata.xml: - First import of the sysinfo desklet which has finally reached a level of - usability/stability - diff --git a/x11-plugins/desklet-sysinfo/Manifest b/x11-plugins/desklet-sysinfo/Manifest deleted file mode 100644 index 13e1e683b8a9..000000000000 --- a/x11-plugins/desklet-sysinfo/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 8f9e638fd589bf4e5d368cd02ba1e2cf desklet-sysinfo-0.25.ebuild 1323 -MD5 23423db8a22e7df1dbb329bfcf99a604 ChangeLog 1352 -MD5 2245f31285704e98d22bd4285956c055 desklet-sysinfo-0.21.2-r1.ebuild 1428 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 bb51f83ed2ef765a94447df8fbeb80d1 files/digest-desklet-sysinfo-0.25 65 -MD5 eb71deef462934e33fc7f16506ab21d3 files/digest-desklet-sysinfo-0.21.2-r1 66 diff --git a/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.21.2-r1.ebuild b/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.21.2-r1.ebuild deleted file mode 100644 index 0d1cc6d9c790..000000000000 --- a/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.21.2-r1.ebuild +++ /dev/null @@ -1,56 +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-sysinfo/desklet-sysinfo-0.21.2-r1.ebuild,v 1.7 2005/04/19 02:28:17 nixphoeni Exp $ - -DESKLET_NAME="SysInfo" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A system information providing Display/Sensor for gDesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=56" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1" - -DOCS="AUTHORS ChangeLog" - -src_unpack( ) { - - # *grumble* if you compress an archive using gunzip, - # why would you suffix it .tar.bz2 ? <obz@gentoo.org> - cd ${WORKDIR} - tar zxfv ${DISTDIR}/${MY_P}.tar.bz2 - -} - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - cd ${WORKDIR} - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - cd ${S} - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # desklets unpack preserves the permissions of the archive - chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.25.ebuild b/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.25.ebuild deleted file mode 100644 index 9026d0e0aa02..000000000000 --- a/x11-plugins/desklet-sysinfo/desklet-sysinfo-0.25.ebuild +++ /dev/null @@ -1,49 +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-sysinfo/desklet-sysinfo-0.25.ebuild,v 1.7 2005/08/26 20:48:28 nixphoeni Exp $ - -DESKLET_NAME="SysInfo" - -MY_P=${DESKLET_NAME}-${PV} -S=${WORKDIR}/${DESKLET_NAME} - -DESCRIPTION="A system information providing Display/Sensor for gDesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=56" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc ~amd64" - -DEPEND="<=gnome-extra/gdesklets-core-0.33.1" - -DOCS="ChangeLog" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - cd ${WORKDIR} - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - cd ${S} - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - # remove extraneous CVS dir - rm -rf ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/CVS - - dodoc ${DOCS} - - # desklets unpack preserves the permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.21.2-r1 b/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.21.2-r1 deleted file mode 100644 index e91f2ddbfc06..000000000000 --- a/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.21.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 588c0f52ee113fe8abaa384367753547 SysInfo-0.21.2.tar.bz2 30322 diff --git a/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.25 b/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.25 deleted file mode 100644 index 612559caf1da..000000000000 --- a/x11-plugins/desklet-sysinfo/files/digest-desklet-sysinfo-0.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d6c6c21b0f73227c33649d07a88b4c6 SysInfo-0.25.tar.bz2 145588 diff --git a/x11-plugins/desklet-sysinfo/metadata.xml b/x11-plugins/desklet-sysinfo/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-sysinfo/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> diff --git a/x11-plugins/desklet-temperature/ChangeLog b/x11-plugins/desklet-temperature/ChangeLog deleted file mode 100644 index e20f4c198b74..000000000000 --- a/x11-plugins/desklet-temperature/ChangeLog +++ /dev/null @@ -1,32 +0,0 @@ -# ChangeLog for x11-plugins/desklet-temperature -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-temperature/ChangeLog,v 1.6 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-temperature-0.1.ebuild, desklet-temperature-0.2.ebuild: - Masked desklet-temperature-0.2.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-temperature-0.1.ebuild: - Masked desklet-temperature-0.1.ebuild stable for ppc - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> - desklet-temperature-0.2.ebuild: - Mark stable on amd64. - -*desklet-temperature-0.2 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> desklet-temperature-0.2.ebuild: - New version, Sensor permissions fixes, see bug #32907 - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> - desklet-temperature-0.1.ebuild: - Marked ~ppc - -*desklet-temperature-0.1 (09 Oct 2003) - - 09 Oct 2003; Mike Gardiner <obz@gentoo.org> desklet-temperature-0.1.ebuild, - metadata.xml: - First version of the temperature desklet which provides an evolutionary view - of temperature changes, rather than just a single atomic reading - diff --git a/x11-plugins/desklet-temperature/Manifest b/x11-plugins/desklet-temperature/Manifest deleted file mode 100644 index 83865fce838c..000000000000 --- a/x11-plugins/desklet-temperature/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 284f3f740229fc674652426ebefba3e5 desklet-temperature-0.1.ebuild 1118 -MD5 e75b5858d74ddde7e57c8a4371d1ed2a ChangeLog 1228 -MD5 60b8b7e7c847a3f9bcf346e9ce06aa62 desklet-temperature-0.2.ebuild 1243 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 bef98cf07266a679bd4cd2047c063a52 files/digest-desklet-temperature-0.1 66 -MD5 6acc0405f11fb00c9c2e3575a07bae7c files/digest-desklet-temperature-0.2 67 diff --git a/x11-plugins/desklet-temperature/desklet-temperature-0.1.ebuild b/x11-plugins/desklet-temperature/desklet-temperature-0.1.ebuild deleted file mode 100644 index 0fef53639089..000000000000 --- a/x11-plugins/desklet-temperature/desklet-temperature-0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-temperature/desklet-temperature-0.1.ebuild,v 1.6 2004/09/02 18:22:39 pvdabeel Exp $ - -DESKLET_NAME="TempNOAA" - -MY_PN=${PN/desklet-/} -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A temperature desklet that displays the temperature as it changes over 24 hours" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=60" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc" - -DEPEND=">=gnome-extra/gdesklets-core-0.22" - -DOCS="README" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - -} - diff --git a/x11-plugins/desklet-temperature/desklet-temperature-0.2.ebuild b/x11-plugins/desklet-temperature/desklet-temperature-0.2.ebuild deleted file mode 100644 index da6832f4c458..000000000000 --- a/x11-plugins/desklet-temperature/desklet-temperature-0.2.ebuild +++ /dev/null @@ -1,46 +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-temperature/desklet-temperature-0.2.ebuild,v 1.7 2005/08/26 20:51:16 nixphoeni Exp $ - -DESKLET_NAME="TempNOAA" - -MY_PN=${PN/desklet-/} -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A temperature desklet that displays the temperature as it changes over 24 hours" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=60" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc amd64" - -DEPEND=">=gnome-extra/gdesklets-core-0.22" - -DOCS="README" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.1 b/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.1 deleted file mode 100644 index 2bd707485d55..000000000000 --- a/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4b0fffa25a29ccdf4597a1cfd451e7d8 temperature-0.1.tar.bz2 9337 diff --git a/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.2 b/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.2 deleted file mode 100644 index bf22d88dc635..000000000000 --- a/x11-plugins/desklet-temperature/files/digest-desklet-temperature-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 48128cf993db002e64f970644128c172 temperature-0.2.tar.bz2 23181 diff --git a/x11-plugins/desklet-temperature/metadata.xml b/x11-plugins/desklet-temperature/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-temperature/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> diff --git a/x11-plugins/desklet-weather/ChangeLog b/x11-plugins/desklet-weather/ChangeLog deleted file mode 100644 index cda1d80b61a8..000000000000 --- a/x11-plugins/desklet-weather/ChangeLog +++ /dev/null @@ -1,40 +0,0 @@ -# ChangeLog for x11-plugins/desklet-weather -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-weather/ChangeLog,v 1.9 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-weather-0.22.ebuild, desklet-weather-0.25.ebuild: - Masked desklet-weather-0.25.ebuild stable for ppc - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-weather-0.22.ebuild: - Masked desklet-weather-0.22.ebuild stable for ppc - -*desklet-weather-0.25 (27 Apr 2004) - - 27 Apr 2004; Mike Gardiner <obz@gentoo.org> desklet-weather-0.21.ebuild, - desklet-weather-0.25.ebuild: - New version (long overdue, sorry). Updated as requested in bug #40191 - - 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> desklet-weather-0.22.ebuild: - Mark stable on amd64. - - 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> desklet-weather-0.22.ebuild: - Add ~alpha for bug 46601 - -*desklet-weather-0.22 (12 Nov 2003) - - 12 Nov 2003; Mike Gardiner <obz@gentoo.org> desklet-weather-0.22.ebuild: - New version and Sensor permissions fix, see bug #32907 - - 01 Nov 2003; Luca Barbato <lu_zero@gentoo.org> desklet-weather-0.21.ebuild: - Marked ~ppc - - 24 Sep 2003; Todd Sunderlin <todd@gentoo.org> desklet-weather-0.21.ebuild: - added ~sparc keyword - -*desklet-weather-0.21 (09 Sep 2003) - - 09 Sep 2003; Mike Gardiner <obz@gentoo.org> desklet-weather-0.21.ebuild: - First import - diff --git a/x11-plugins/desklet-weather/Manifest b/x11-plugins/desklet-weather/Manifest deleted file mode 100644 index 38c8991d495f..000000000000 --- a/x11-plugins/desklet-weather/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 7185a6bfcdd8608816cebdbc79f9dd4f desklet-weather-0.22.ebuild 1239 -MD5 45dc5085d7ddaba30746292ccdfbc9ae ChangeLog 1461 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 f98ed21beefdf5bdd3eda5ef62512b47 desklet-weather-0.25.ebuild 1249 -MD5 8f50b1c69ec8eb03b1ca7113223a999a files/digest-desklet-weather-0.22 73 -MD5 817820123cd1c69fb3643d9739f93c09 files/digest-desklet-weather-0.25 72 diff --git a/x11-plugins/desklet-weather/desklet-weather-0.22.ebuild b/x11-plugins/desklet-weather/desklet-weather-0.22.ebuild deleted file mode 100644 index a7a0c76bdee4..000000000000 --- a/x11-plugins/desklet-weather/desklet-weather-0.22.ebuild +++ /dev/null @@ -1,46 +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-weather/desklet-weather-0.22.ebuild,v 1.8 2005/08/26 20:44:17 nixphoeni Exp $ - -DESKLET_NAME="Weather" - -MY_PN=${PN/desklet-/}-desklet -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A weather monitoring Sensor and Display for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=76" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~sparc ppc amd64 ~alpha" - -DEPEND=">=gnome-extra/gdesklets-core-0.20" - -DOCS="INSTALL README" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-weather/desklet-weather-0.25.ebuild b/x11-plugins/desklet-weather/desklet-weather-0.25.ebuild deleted file mode 100644 index 66ef0f4b4bcf..000000000000 --- a/x11-plugins/desklet-weather/desklet-weather-0.25.ebuild +++ /dev/null @@ -1,46 +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-weather/desklet-weather-0.25.ebuild,v 1.5 2005/08/26 20:44:17 nixphoeni Exp $ - -DESKLET_NAME="Weather" - -MY_PN=${PN/desklet-/}-desklet -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A weather monitoring Sensor and Display for gdesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=76" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~sparc ppc ~amd64 ~alpha" - -DEPEND=">=gnome-extra/gdesklets-core-0.26" - -DOCS="INSTALL README ChangeLog" - -src_install( ) { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # and then the .displays - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - dodoc ${DOCS} - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-weather/files/digest-desklet-weather-0.22 b/x11-plugins/desklet-weather/files/digest-desklet-weather-0.22 deleted file mode 100644 index 30e2065f3d03..000000000000 --- a/x11-plugins/desklet-weather/files/digest-desklet-weather-0.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 78d6b9a041581a92979f16fe31b5f039 weather-desklet-0.22.tar.bz2 321964 diff --git a/x11-plugins/desklet-weather/files/digest-desklet-weather-0.25 b/x11-plugins/desklet-weather/files/digest-desklet-weather-0.25 deleted file mode 100644 index 55f3bd0489b6..000000000000 --- a/x11-plugins/desklet-weather/files/digest-desklet-weather-0.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 303975a661db6f0e02f0a7ee3a2227ed weather-desklet-0.25.tar.gz 327899 diff --git a/x11-plugins/desklet-weather/metadata.xml b/x11-plugins/desklet-weather/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-weather/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> diff --git a/x11-plugins/desklet-wireless/ChangeLog b/x11-plugins/desklet-wireless/ChangeLog deleted file mode 100644 index d951238bc02d..000000000000 --- a/x11-plugins/desklet-wireless/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for x11-plugins/desklet-wireless -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-wireless/ChangeLog,v 1.3 2004/09/02 18:22:39 pvdabeel Exp $ - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - desklet-wireless-0.2.ebuild: - Masked desklet-wireless-0.2.ebuild stable for ppc - - 19 Jul 2004; David Holm <dholm@gentoo.org> desklet-wireless-0.2.ebuild: - Added to ~ppc. - -*desklet-wireless-0.2 (18 Jul 2004) - - 18 Jul 2004; Mike Gardiner <obz@gentoo.org> +metadata.xml, - +desklet-wireless-0.2.ebuild: - First version of the wireless monitoring display and sensor - diff --git a/x11-plugins/desklet-wireless/Manifest b/x11-plugins/desklet-wireless/Manifest deleted file mode 100644 index 70ff0eff5e13..000000000000 --- a/x11-plugins/desklet-wireless/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 007d1a37ca3ca656d31f33b3d50d15d7 desklet-wireless-0.2.ebuild 1482 -MD5 fbd6c7ca89847d11e396287dbac0d6e7 ChangeLog 659 -MD5 a175a96fb7e85b152ade748dbd2360e0 metadata.xml 213 -MD5 3271bc6e25a979d748ca7a2811379252 files/digest-desklet-wireless-0.2 147 diff --git a/x11-plugins/desklet-wireless/desklet-wireless-0.2.ebuild b/x11-plugins/desklet-wireless/desklet-wireless-0.2.ebuild deleted file mode 100644 index 58037f033e1d..000000000000 --- a/x11-plugins/desklet-wireless/desklet-wireless-0.2.ebuild +++ /dev/null @@ -1,48 +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-wireless/desklet-wireless-0.2.ebuild,v 1.5 2005/08/26 20:45:45 nixphoeni Exp $ - -DESKLET_NAME="Wireless" - -S=${WORKDIR} - -DESCRIPTION="The wireless monitoring sensor and display for gDesklets" -SRC_URI="http://gdesklets.gnomedesktop.org/files/WirelessDisplay-${PV}.tar.gz -http://gdesklets.gnomedesktop.org/files/Install_Wireless_Sensor-${PV}.bin.bz2" -HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=69" -LICENSE="as-is" - -SLOT="0" -IUSE="" -KEYWORDS="~x86 ppc" - -DEPEND=">=gnome-extra/gdesklets-core-0.26 - >=net-wireless/wireless-tools-25" - -src_install() { - - SYS_PATH="/usr/share/gdesklets" - INSTALL_BIN="Install_${DESKLET_NAME}_Sensor-${PV}.bin" - dodir ${SYS_PATH}/{Sensors,Displays} - - # first we install the Sensor - python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors - - # fix up the Sensor which tries to look in /sbin for - # iwconfig, instead of /usr/sbin - sed -i -e "s/\/sbin\/iwconfig/\/usr\/sbin\/iwconfig/" \ - ${D}${SYS_PATH}/Sensors/${DESKLET_NAME}/__init__.py - - # and then the .displays - cd ${S}/WirelessDisplay - insinto ${SYS_PATH}/Displays/${DESKLET_NAME} - doins *.display - - # and finally the graphics - cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} - - # the desklets unpack preserves permissions of the archive - chown -R root:0 ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} - -} - diff --git a/x11-plugins/desklet-wireless/files/digest-desklet-wireless-0.2 b/x11-plugins/desklet-wireless/files/digest-desklet-wireless-0.2 deleted file mode 100644 index 7f00b60ed6b0..000000000000 --- a/x11-plugins/desklet-wireless/files/digest-desklet-wireless-0.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 b45bd0259c82c6153c4be2a7207d214b WirelessDisplay-0.2.tar.gz 2394 -MD5 8a864c3d3042474eeb2c4ef282f721ae Install_Wireless_Sensor-0.2.bin.bz2 4005 diff --git a/x11-plugins/desklet-wireless/metadata.xml b/x11-plugins/desklet-wireless/metadata.xml deleted file mode 100644 index d62df026be9a..000000000000 --- a/x11-plugins/desklet-wireless/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> |