summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-26 10:50:43 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-26 10:50:43 +0000
commit63a925a9764aa7a66b43da1f88f7a9dd7741ce50 (patch)
tree2933b4c5ceddda68e20977569663195465d8d98d /gnome-extra
parentStable for x86, wrt bug #536862 (diff)
downloadgentoo-2-63a925a9764aa7a66b43da1f88f7a9dd7741ce50.tar.gz
gentoo-2-63a925a9764aa7a66b43da1f88f7a9dd7741ce50.tar.bz2
gentoo-2-63a925a9764aa7a66b43da1f88f7a9dd7741ce50.zip
drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gpointing-device-settings/ChangeLog6
-rw-r--r--gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild45
2 files changed, 5 insertions, 46 deletions
diff --git a/gnome-extra/gpointing-device-settings/ChangeLog b/gnome-extra/gpointing-device-settings/ChangeLog
index a506482bc7b1..9c2230c67d61 100644
--- a/gnome-extra/gpointing-device-settings/ChangeLog
+++ b/gnome-extra/gpointing-device-settings/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gpointing-device-settings
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.22 2015/01/26 10:03:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.23 2015/01/26 10:50:43 pacho Exp $
+
+ 26 Jan 2015; Pacho Ramos <pacho@gentoo.org>
+ -gpointing-device-settings-1.5.1-r2.ebuild:
+ drop old
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org>
gpointing-device-settings-1.5.1-r3.ebuild:
diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild
deleted file mode 100644
index db427421470b..000000000000
--- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 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-r2.ebuild,v 1.7 2012/05/05 06:25:18 jdhore Exp $
-
-EAPI="2"
-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: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}
- virtual/pkgconfig
- >=dev-util/intltool-0.35.5"
-
-DOCS="MAINTAINERS NEWS TODO"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-crash.patch" \
- "${FILESDIR}/${P}-plugin.patch" \
- "${FILESDIR}/${P}-reboot.patch" \
- "${FILESDIR}/${P}-gtk22.patch" \
- "${FILESDIR}/${P}-gsd-crash.patch" \
- "${FILESDIR}/${P}-gsd-3.2-fix.patch"
- sed 's|\(^GPDS_CFLAGS=.*-D[A-Z_]*_DISABLE_DEPRECATED.*\)|#\1|' \
- -i configure.ac || die
- eautoreconf
- gnome2_src_prepare
-}