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-netload-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-netload-plugin')
6 files changed, 137 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-netload-plugin/Manifest b/xfce-extra/xfce4-netload-plugin/Manifest new file mode 100644 index 000000000000..b100fffaa67e --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/Manifest @@ -0,0 +1,3 @@ +DIST xfce4-netload-plugin-1.2.0.tar.bz2 169721 SHA256 c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845 SHA512 4523d417c37fa475fccaf6a21760ede54996b09019af2d84a9667f544bf22bb1e7ef544d3a6f24df489afdef3997099bb5b93f694963e3f6bb83b720b6ed5e00 WHIRLPOOL c2e351404c6655153a470647ac4f47ceea435b2768b6d32bc5c157139d076858fd2bba3af349a8ca8278929b7ddf5a07d2191380723341d341837acf4677d1e7 +DIST xfce4-netload-plugin-1.2.2.tar.bz2 361307 SHA256 53954d89277d4d18732ecfc927034a6c3c88d4acf926fe9c5f1913b36807bfb6 SHA512 2469f22fe889719a2c892656611487bbc7e5167d36720315248e775d64632b3a4305f0ced48dfcea2fa3e66927e9b9c354eece0d3672cb6339272144a33ec0a3 WHIRLPOOL 7d3038887a8a05457066b911886a8c8b5a6ec959c59510d470bb0f9c3c7530d41ab77c4b3ac1e0ac07e2772a28e458db3ec1d5cf66c66b0611259e7855f3a06b +DIST xfce4-netload-plugin-1.2.4.tar.bz2 361889 SHA256 fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3 SHA512 e8b7e1d084acbe3785c5190d32c0941645be08ff735148ccd9ee03787168a390321b1945795ae9a3cc2a4ec56dfdae9cbac96fb6adbc66ec7b6c9bed845a1d51 WHIRLPOOL 5e00cc6cec80b49725b52d84cb232a624aa1527a5ee15f70e3aafad38858c42c2e5d1a1fb5fae164641f627bc93251ee8a26ea1981d582c28bbda0c10eb7b400 diff --git a/xfce-extra/xfce4-netload-plugin/files/xfce4-netload-plugin-1.2.0-interface_name_length.patch b/xfce-extra/xfce4-netload-plugin/files/xfce4-netload-plugin-1.2.0-interface_name_length.patch new file mode 100644 index 000000000000..685efc86adfd --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/files/xfce4-netload-plugin-1.2.0-interface_name_length.patch @@ -0,0 +1,36 @@ +http://bugs.gentoo.org/478454 +http://bugzilla.xfce.org/show_bug.cgi?id=9807 + +--- panel-plugin/net.h ++++ panel-plugin/net.h +@@ -29,7 +29,7 @@ + #define UP_UPDATE_INTERVAL 20 + #define IP_UPDATE_INTERVAL 20 + #define IP_ADDRESS_LENGTH 64 +-#define INTERFACE_NAME_LENGTH 9 ++#define INTERFACE_NAME_LENGTH 19 + + #ifndef gettext_noop + #define gettext_noop(String) String +--- panel-plugin/netload.c ++++ panel-plugin/netload.c +@@ -51,7 +51,7 @@ + static gchar* DEFAULT_COLOR[] = { "#FF4F00", "#FFE500" }; + + #define UPDATE_TIMEOUT 250 +-#define MAX_LENGTH 10 ++#define MAX_LENGTH 20 + + #define IN 0 + #define OUT 1 +--- panel-plugin/slurm.h ++++ panel-plugin/slurm.h +@@ -10,7 +10,7 @@ + #define _SLURM_H_ + + typedef struct IfData{ +- char if_name[10]; /* The device name given as start parameter*/ ++ char if_name[20]; /* The device name given as start parameter*/ + int if_speed; /* The Interface speed */ + char if_speedstring[12]; /* the measuring unit like Mbit, kbit */ + int if_id; /* The ID which the interface inside the OS has */ diff --git a/xfce-extra/xfce4-netload-plugin/metadata.xml b/xfce-extra/xfce4-netload-plugin/metadata.xml new file mode 100644 index 000000000000..008cf479f615 --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild new file mode 100644 index 000000000000..58815944dc6f --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit multilib xfconf + +DESCRIPTION="A network load plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.10 + >=xfce-base/xfce4-panel-4.10" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + PATCHES=( "${FILESDIR}"/${P}-interface_name_length.patch ) + + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.2.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.2.ebuild new file mode 100644 index 000000000000..3850697c1d0d --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="A network load plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.10 + >=xfce-base/xfce4-panel-4.10" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild new file mode 100644 index 000000000000..86d3fc0da251 --- /dev/null +++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="A network load plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.10:= + >=xfce-base/xfce4-panel-4.10:=" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} |