diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-06 03:18:20 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-06 03:18:20 +0000 |
commit | 68e30140d1431869be6c121840fbd99bea2b39f6 (patch) | |
tree | 7d3ab61e99eedd5329767b4c81b5eeff416a173d /gnome-extra | |
parent | version bump (diff) | |
download | gentoo-2-68e30140d1431869be6c121840fbd99bea2b39f6.tar.gz gentoo-2-68e30140d1431869be6c121840fbd99bea2b39f6.tar.bz2 gentoo-2-68e30140d1431869be6c121840fbd99bea2b39f6.zip |
prune unused version
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gsynaptics/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.7 | 3 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild | 39 |
3 files changed, 6 insertions, 44 deletions
diff --git a/gnome-extra/gsynaptics/ChangeLog b/gnome-extra/gsynaptics/ChangeLog index 09b4fa076a25..49c1969f0da7 100644 --- a/gnome-extra/gsynaptics/ChangeLog +++ b/gnome-extra/gsynaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gsynaptics -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.9 2007/12/23 22:10:27 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.10 2008/01/06 03:18:19 compnerd Exp $ + + 06 Jan 2008; Saleem Abdulrasool <compnerd@gentoo.org> + -gsynaptics-0.9.7.ebuild: + prune unused version 23 Dec 2007; Dawid Węgliński <cla@gentoo.org> gsynaptics-0.9.10.ebuild: Stable on x86 (bug #203183) diff --git a/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.7 b/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.7 deleted file mode 100644 index 2b756b94e395..000000000000 --- a/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f5291f8a14bc0be513add80aac670bc3 gsynaptics-0.9.7.tar.gz 388204 -RMD160 c12fd763e6532530ef8a4253d38732362edee6b2 gsynaptics-0.9.7.tar.gz 388204 -SHA256 d799f980543b98045b458c985b48fc4bd9a1b030c64462409d9f7a005c1012d3 gsynaptics-0.9.7.tar.gz 388204 diff --git a/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild b/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild deleted file mode 100644 index c475d66005a1..000000000000 --- a/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.7.ebuild,v 1.4 2007/03/18 01:23:43 genone Exp $ - -inherit gnome2 - -DESCRIPTION="A GTK+ based configuration utility for the synaptics driver" -HOMEPAGE="http://gsynaptics.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}/20002/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2.6.0 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeui-2" -RDEPEND="${DEPEND} - >=dev-util/pkgconfig-0.19 - sys-devel/gettext" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_postinst() { - gnome2_pkg_postinst - - echo - elog "Ensure that the following line is in the InputDevice section in" - elog "your X config file (/etc/X11/xorg.conf):" - elog - elog "Option \"SHMConfig\" \"on\"" - elog - echo - elog "You need to add gsynaptics-init to your session to restore your" - elog "settings the next time you log into GNOME:" - elog "Desktop -> Preferences -> Sessions -> Start Programs -> Add" - echo -} |