diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 10:23:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-25 10:23:47 +0000 |
commit | 65f56a2c701e4a1f115608aaf24bea8ee2b3cc67 (patch) | |
tree | e8a0e8ba5aa7c11769cb87679e5fb3034424f578 /xfce-extra/xfce4-cellmodem-plugin | |
parent | stable x86, bug 281643 (diff) | |
download | gentoo-2-65f56a2c701e4a1f115608aaf24bea8ee2b3cc67.tar.gz gentoo-2-65f56a2c701e4a1f115608aaf24bea8ee2b3cc67.tar.bz2 gentoo-2-65f56a2c701e4a1f115608aaf24bea8ee2b3cc67.zip |
Rename xfce4-cellmodem to xfce4-cellmodem-plugin.
(Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'xfce-extra/xfce4-cellmodem-plugin')
4 files changed, 64 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-cellmodem-plugin/ChangeLog b/xfce-extra/xfce4-cellmodem-plugin/ChangeLog new file mode 100644 index 000000000000..c905aad229ec --- /dev/null +++ b/xfce-extra/xfce4-cellmodem-plugin/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for xfce-extra/xfce4-cellmodem-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.1 2009/08/25 10:23:47 ssuominen Exp $ + +*xfce4-cellmodem-plugin-0.0.5 (25 Aug 2009) + + 25 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-cellmodem-plugin-0.0.5.ebuild, + +files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch: + Rename xfce4-cellmodem to xfce4-cellmodem-plugin. + diff --git a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch b/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch new file mode 100644 index 000000000000..af854d2dfd1c --- /dev/null +++ b/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur xfce4-cellmodem-plugin-0.0.5.orig/panel-plugin/Makefile.am xfce4-cellmodem-plugin-0.0.5/panel-plugin/Makefile.am +--- xfce4-cellmodem-plugin-0.0.5.orig/panel-plugin/Makefile.am 2007-01-16 21:58:53.000000000 +0200 ++++ xfce4-cellmodem-plugin-0.0.5/panel-plugin/Makefile.am 2007-02-27 22:55:19.000000000 +0200 +@@ -5,7 +5,7 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4PANEL_CFLAGS@ + +-xfce4_cellmodem_plugin_LDFLAGS = \ ++xfce4_cellmodem_plugin_LDADD = \ + @LIBXFCE4PANEL_LIBS@ + + xfce4_cellmodem_plugin_SOURCES = \ diff --git a/xfce-extra/xfce4-cellmodem-plugin/metadata.xml b/xfce-extra/xfce4-cellmodem-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-cellmodem-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> +</pkgmetadata> diff --git a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild new file mode 100644 index 000000000000..3b8be42b1fdc --- /dev/null +++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.1 2009/08/25 10:23:47 ssuominen Exp $ + +EAUTORECONF=yes +EINTLTOOLIZE=yes +EAPI=2 +inherit xfconf + +DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug" + +RDEPEND=">=xfce-base/xfce4-panel-4.3.20 + sys-apps/pciutils[zlib] + =virtual/libusb-0*" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + PATCHES=( "${FILESDIR}/${P}-asneeded.patch" ) + DOCS="AUTHORS ChangeLog README" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" +} + +src_prepare() { + echo panel-plugin/cellmodem.desktop.in.in >> po/POTFILES.skip + xfconf_src_prepare +} |