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 /xfce-extra/xfce4-netspeed-plugin | |
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 'xfce-extra/xfce4-netspeed-plugin')
4 files changed, 85 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-netspeed-plugin/Manifest b/xfce-extra/xfce4-netspeed-plugin/Manifest new file mode 100644 index 000000000000..03ae767b4153 --- /dev/null +++ b/xfce-extra/xfce4-netspeed-plugin/Manifest @@ -0,0 +1,2 @@ +DIST xfce4-netspeed-plugin-0.3.1.tar.gz 364073 SHA256 580ae8491f3d53e239f93d8d54b7e2b9bf609c2bce0231b9490b4993d158e625 SHA512 6a8e3a50dcf1fdce94095ecd88918a23d247541c9eea91eaaabc2d5ccd32debd871c6a73698e3328c3ffa8ef1b9c7abc9311b3339b92e77eae44deed801e68cd WHIRLPOOL 08909bfa7e1fb697a29af8c84b427c670dce6c0787120943eb8651976df4d8f7db3a29372ec196625934200bad1467fd22b8ac25508dd8f89294167685ec7a63 +DIST xfce4-netspeed-plugin-0.3.tar.gz 360880 SHA256 f51d68d7154717715d6ffae6e5deefb85ccec12c159d8c3092bbf7df568fbdcd SHA512 6768f6ed157061e1c4fa0a6955901bd9ff5f48e3a0eefa3f0ccf718e0a441d5592537434436eb239a52df4a53084dd893ace6cb1b7ba3c7bbc1b8cf0fa35cf61 WHIRLPOOL ef661202846961785d8558daa3edae56d622329e8c2d2b8d0864ca466646bc6d5c6bd9a3b4f4eeebdb6cc5af0eee3085480b5e1d6f4b8cb42b3b5a76c9cd7d9a diff --git a/xfce-extra/xfce4-netspeed-plugin/metadata.xml b/xfce-extra/xfce4-netspeed-plugin/metadata.xml new file mode 100644 index 000000000000..2e668c13c310 --- /dev/null +++ b/xfce-extra/xfce4-netspeed-plugin/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>xfce@gentoo.org</email> + <name>XFCE Team</name> + </maintainer> + <upstream> + <remote-id type="google-code">xfce4-netspeed-plugin</remote-id> + </upstream> +</pkgmetadata> diff --git a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.1.ebuild b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.1.ebuild new file mode 100644 index 000000000000..8557562db38f --- /dev/null +++ b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit multilib xfconf + +DESCRIPTION="A network transfer rate monitoring panel plug-in, inspired by Gnome's Netspeed applet" +HOMEPAGE="http://code.google.com/p/xfce4-netspeed-plugin/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2:= + >=gnome-base/libgtop-2:= + x11-libs/gtk+:2= + >=xfce-base/libxfce4ui-4.8:= + >=xfce-base/libxfce4util-4.8:= + >=xfce-base/xfce4-panel-4.8:=" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +S=${WORKDIR}/${PN} + +pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + + DOCS=( AUTHORS README ) +} diff --git a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.ebuild b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.ebuild new file mode 100644 index 000000000000..630da0e9d75a --- /dev/null +++ b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit multilib xfconf + +DESCRIPTION="A network transfer rate monitoring panel plug-in, inspired by Gnome's Netspeed applet" +HOMEPAGE="http://code.google.com/p/xfce4-netspeed-plugin/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-base/libgtop-2 + x11-libs/gtk+:2 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +S=${WORKDIR}/${PN} + +pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + + DOCS=( AUTHORS README ) +} |