diff options
author | 2010-07-29 16:14:23 +0000 | |
---|---|---|
committer | 2010-07-29 16:14:23 +0000 | |
commit | 80245dccdb0a6860cb5b12c3d0798bc6d01172f1 (patch) | |
tree | 44df621fe117aed365071c9b23408f9a9b06693a /x11-plugins | |
parent | major ebuild cleanup. added amd64 keyword, fixed GCC4 compilation, respect LD... (diff) | |
download | historical-80245dccdb0a6860cb5b12c3d0798bc6d01172f1.tar.gz historical-80245dccdb0a6860cb5b12c3d0798bc6d01172f1.tar.bz2 historical-80245dccdb0a6860cb5b12c3d0798bc6d01172f1.zip |
punt wmvolman, use wmudmount instead
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmvolman/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmvolman/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmvolman/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmvolman/wmvolman-0.9.ebuild | 25 |
4 files changed, 0 insertions, 44 deletions
diff --git a/x11-plugins/wmvolman/ChangeLog b/x11-plugins/wmvolman/ChangeLog deleted file mode 100644 index 63a67a730a79..000000000000 --- a/x11-plugins/wmvolman/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for x11-plugins/wmvolman -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmvolman/ChangeLog,v 1.1 2008/01/17 08:01:20 drac Exp $ - -*wmvolman-0.9 (17 Jan 2008) - - 17 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmvolman-0.9.ebuild: - Initial commit wrt #189644, thanks to alpiturchi <cazzantonio at gmail.com> - for reporting and ebuild. - diff --git a/x11-plugins/wmvolman/Manifest b/x11-plugins/wmvolman/Manifest deleted file mode 100644 index bb881b3ad92e..000000000000 --- a/x11-plugins/wmvolman/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST wmvolman-0.9.tar.bz2 101609 RMD160 f28b413d5534d4ba1b702de496b71d1c952d6c20 SHA1 5f7fb311c968a354e623cf0c92a2f9fa9bb8f198 SHA256 71d3ebdd694ed4001f3b28f380f2c300b08b73ccae724d768aadd04dc471466c -EBUILD wmvolman-0.9.ebuild 729 RMD160 706de9519b028abd21b8d2d44df3dd710ab0dc8e SHA1 f86bd4ebbad5ce4565507969bb08d0803f1713e9 SHA256 27b5780f21abf01976d236f7ecd39571650f1426fb3994b153ad57973e418f46 -MISC ChangeLog 418 RMD160 2ac51bfd4b4c09f95f23352997bda5064417c829 SHA1 7f0ece1a8685928c285583bc210f9c4b931c2932 SHA256 1bedd7977b41e57c461c67860a03bc05ec4f7eabcf94cf60f65704f3435596ef -MISC metadata.xml 165 RMD160 a554e96dc33b1fb4b3518f27a21bf3f59dc21b1c SHA1 674655a4f0fc35c7b3b2e05aab1910c0ebafade1 SHA256 c2f8a0b30c83dba56f0c36a4ba1cb002621ae58dfc13fae94b9db6eb67fb9f1b diff --git a/x11-plugins/wmvolman/metadata.xml b/x11-plugins/wmvolman/metadata.xml deleted file mode 100644 index b1a9efc4f2f0..000000000000 --- a/x11-plugins/wmvolman/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>desktop-dock</herd> -</pkgmetadata> diff --git a/x11-plugins/wmvolman/wmvolman-0.9.ebuild b/x11-plugins/wmvolman/wmvolman-0.9.ebuild deleted file mode 100644 index 20ea0929d4f2..000000000000 --- a/x11-plugins/wmvolman/wmvolman-0.9.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmvolman/wmvolman-0.9.ebuild,v 1.1 2008/01/17 08:01:20 drac Exp $ - -DESCRIPTION="a dockapp that displays and (un)mounts hotplug devices and removable media." -HOMEPAGE="http://people.altlinux.ru/~raorn/wmvolman.html" -SRC_URI="http://people.altlinux.ru/~raorn/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=x11-libs/libdockapp-0.6 - x11-libs/libX11 - dev-libs/dbus-glib - sys-apps/pmount - sys-apps/hal" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS NEWS README -} |