summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-10-13 23:11:17 +0000
committerPeter Volkov <pva@gentoo.org>2011-10-13 23:11:17 +0000
commit0703353647cbf8fd8a371bfce3af3f431a01bdbb (patch)
treec5c3d98f0bd6a65d1bde10fe509c2394cdb828a0 /gnome-extra
parentMove toolchain setup out of global scope and into src_prepare. (diff)
downloadgentoo-2-0703353647cbf8fd8a371bfce3af3f431a01bdbb.tar.gz
gentoo-2-0703353647cbf8fd8a371bfce3af3f431a01bdbb.tar.bz2
gentoo-2-0703353647cbf8fd8a371bfce3af3f431a01bdbb.zip
Drop old.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gpointing-device-settings/ChangeLog8
-rw-r--r--gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild39
-rw-r--r--gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r1.ebuild49
-rw-r--r--gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1.ebuild51
4 files changed, 7 insertions, 140 deletions
diff --git a/gnome-extra/gpointing-device-settings/ChangeLog b/gnome-extra/gpointing-device-settings/ChangeLog
index 3e57bf0e49ab..846b5c00bf8c 100644
--- a/gnome-extra/gpointing-device-settings/ChangeLog
+++ b/gnome-extra/gpointing-device-settings/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/gpointing-device-settings
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.15 2011/10/13 21:23:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.16 2011/10/13 23:11:17 pva Exp $
+
+ 13 Oct 2011; Peter Volkov <pva@gentoo.org>
+ -gpointing-device-settings-1.3.2.ebuild,
+ -gpointing-device-settings-1.5.1.ebuild,
+ -gpointing-device-settings-1.5.1-r1.ebuild:
+ Drop old.
13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gpointing-device-settings-1.5.1-r2.ebuild:
diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild
deleted file mode 100644
index 2ef8f6e1535d..000000000000
--- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild,v 1.6 2011/03/30 11:09:42 angelos Exp $
-
-GCONF_DEBUG="no"
-EAPI=1
-inherit eutils gnome2
-
-DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
-HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings"
-SRC_URI="mirror://sourceforge.jp/gsynaptics/43803/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# recent enough x11-base/xorg-server required
-RDEPEND=">=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.14.0:2
- >=gnome-base/gconf-2.24:2
- >=x11-libs/libXi-1.2
- !<=x11-base/xorg-server-1.6.0
- !gnome-extra/gsynaptics"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.35.5"
-
-DOCS="MAINTAINERS NEWS TODO"
-
-src_install() {
- gnome2_src_install
-
- doicon data/touchpad.png
- make_desktop_entry gpointing-device-settings \
- gpointing-device-settings \
- touchpad \
- 'GNOME;GTK;Settings;HardwareSettings'
-}
diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r1.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r1.ebuild
deleted file mode 100644
index 155f3a13b27a..000000000000
--- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r1.ebuild,v 1.2 2011/03/30 11:09:42 angelos Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-inherit eutils gnome2
-
-DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
-HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings"
-SRC_URI="mirror://sourceforge.jp/gsynaptics/45812/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# recent enough x11-base/xorg-server required
-RDEPEND=">=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.14.0:2
- >=gnome-base/gconf-2.24:2
- >=gnome-base/gnome-settings-daemon-2.28
- >=x11-libs/libXi-1.2
- >=x11-libs/libX11-1.2.0
- !<=x11-base/xorg-server-1.6.0
- !gnome-extra/gsynaptics"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.35.5"
-
-DOCS="MAINTAINERS NEWS TODO"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-crash.patch"
- epatch "${FILESDIR}/${P}-plugin.patch"
- epatch "${FILESDIR}/${P}-reboot.patch"
- epatch "${FILESDIR}/${P}-gtk22.patch"
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
-
- doicon data/touchpad.png
- make_desktop_entry gpointing-device-settings \
- gpointing-device-settings \
- touchpad \
- 'GNOME;GTK;Settings;HardwareSettings'
-}
diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1.ebuild
deleted file mode 100644
index e85af105a39e..000000000000
--- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1.ebuild,v 1.4 2011/02/13 12:39:54 pacho Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-inherit eutils gnome2 autotools
-
-DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
-HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings"
-SRC_URI="mirror://sourceforge.jp/gsynaptics/45812/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# recent enough x11-base/xorg-server required
-RDEPEND=">=dev-libs/glib-2.10:2
- >=x11-libs/gtk+-2.14.0:2
- >=gnome-base/gconf-2.24
- >=gnome-base/gnome-settings-daemon-2.28
- >=x11-libs/libXi-1.2
- >=x11-libs/libX11-1.2.0
- !<=x11-base/xorg-server-1.6.0
- !gnome-extra/gsynaptics"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.35.5"
-
-DOCS="MAINTAINERS NEWS TODO"
-
-src_prepare() {
- gnome2_src_prepare
-
- # Drop DEPRECATED flags
- sed -i -e 's/ -D[A-Z_]*DISABLE_DEPRECATED//' configure configure.ac || die
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-}
-
-src_install() {
- gnome2_src_install
-
- doicon data/touchpad.png
- make_desktop_entry gpointing-device-settings \
- gpointing-device-settings \
- touchpad \
- 'GNOME;GTK;Settings;HardwareSettings'
-}