diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-plugins/wmfsm | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-plugins/wmfsm')
-rw-r--r-- | x11-plugins/wmfsm/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch | 11 | ||||
-rw-r--r-- | x11-plugins/wmfsm/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild | 36 | ||||
-rw-r--r-- | x11-plugins/wmfsm/wmfsm-0.35.ebuild | 37 |
6 files changed, 128 insertions, 0 deletions
diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest new file mode 100644 index 000000000000..25c88f989838 --- /dev/null +++ b/x11-plugins/wmfsm/Manifest @@ -0,0 +1,2 @@ +DIST wmfsm-0.34.tar.gz 105220 SHA256 8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08 WHIRLPOOL 5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696 +DIST wmfsm-0.35.tar.gz 21921 SHA256 a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2 WHIRLPOOL 1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4 diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch new file mode 100644 index 000000000000..51ea67314775 --- /dev/null +++ b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch @@ -0,0 +1,11 @@ +--- wmfsm/wmfsm.c 2002-07-13 06:06:35.000000000 +0200 ++++ wmfsm/wmfsm.c 2004-07-17 12:31:19.686338920 +0200 +@@ -509,7 +509,7 @@ + #if defined IRIX64 || defined(SunOS) + strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs") && strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore") + #elif defined linux +- strcmp(fstype, "proc") && strcmp(fstype, "shm") ++ strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") && strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs") && strcmp(fstype, "devpts") && strcmp(fstype, "usbfs") + #else + 1 + #endif diff --git a/x11-plugins/wmfsm/metadata.xml b/x11-plugins/wmfsm/metadata.xml new file mode 100644 index 000000000000..bab79b5a9dd8 --- /dev/null +++ b/x11-plugins/wmfsm/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-dock</herd> +<longdescription> +Wmfsm monitors your filesystem usage. It features three display modes, +different colorschemes and exclusion of filesystems (eg /cdrom). +</longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild new file mode 100644 index 000000000000..92b62b9b7799 --- /dev/null +++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +IUSE="" +DESCRIPTION="dockapp for monitoring filesystem usage" +HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/xextproto" + +src_unpack() { + unpack ${A} + cd "${S}"/wmfsm + epatch "${FILESDIR}"/${P}.linux-fs.patch +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog +} diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild new file mode 100644 index 000000000000..bb03e883e4c0 --- /dev/null +++ b/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils + +IUSE="" +DESCRIPTION="dockapp for monitoring filesystem usage" +HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/xextproto" + +src_prepare() { + epatch "${FILESDIR}"/${P}.linux-fs.patch + sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.in || die "sed failed" + + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog +} diff --git a/x11-plugins/wmfsm/wmfsm-0.35.ebuild b/x11-plugins/wmfsm/wmfsm-0.35.ebuild new file mode 100644 index 000000000000..e4238097321a --- /dev/null +++ b/x11-plugins/wmfsm/wmfsm-0.35.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools + +IUSE="" +DESCRIPTION="dockapp for monitoring filesystem usage" +HOMEPAGE="http://windowmaker.org/dockapps/?name=wmfsm" +# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz +SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto" + +S=${WORKDIR}/dockapps + +src_prepare() { + sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed" + + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog +} |