summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:05:47 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:05:47 +0000
commit09ebc17bcd92ea9c79f03f05a719c635b8fb863e (patch)
treea2a097724eb75f99acaa8f91b82a2e067b73c7b9 /lxde-base/lxinput
parentVersion bump (diff)
downloadhistorical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.tar.gz
historical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.tar.bz2
historical-09ebc17bcd92ea9c79f03f05a719c635b8fb863e.zip
Remove old LXDE packages
Package-Manager: portage-2.1.11.11/cvs/Linux x86_64
Diffstat (limited to 'lxde-base/lxinput')
-rw-r--r--lxde-base/lxinput/ChangeLog7
-rw-r--r--lxde-base/lxinput/lxinput-0.1.1.ebuild25
-rw-r--r--lxde-base/lxinput/lxinput-0.3.0.ebuild26
-rw-r--r--lxde-base/lxinput/lxinput-0.3.1.ebuild26
4 files changed, 5 insertions, 79 deletions
diff --git a/lxde-base/lxinput/ChangeLog b/lxde-base/lxinput/ChangeLog
index 3c910ef66cc2..a5aed43ad21c 100644
--- a/lxde-base/lxinput/ChangeLog
+++ b/lxde-base/lxinput/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for lxde-base/lxinput
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/ChangeLog,v 1.25 2012/08/14 22:06:42 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/ChangeLog,v 1.26 2012/08/25 00:02:13 hwoarang Exp $
+
+ 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxinput-0.1.1.ebuild,
+ -lxinput-0.3.0.ebuild, -lxinput-0.3.1.ebuild:
+ Remove old LXDE packages
14 Aug 2012; Johannes Huber <johu@gentoo.org> lxinput-0.3.2.ebuild:
Stable for x86, wrt bug #430494
@@ -87,4 +91,3 @@
04 Aug 2009; Ben de Groot <yngwin@gentoo.org> +lxinput-0.1.1.ebuild,
+metadata.xml:
Initial import.
-
diff --git a/lxde-base/lxinput/lxinput-0.1.1.ebuild b/lxde-base/lxinput/lxinput-0.1.1.ebuild
deleted file mode 100644
index 6fd13d903951..000000000000
--- a/lxde-base/lxinput/lxinput-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.1.1.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-DESCRIPTION="LXDE keyboard and mouse configuration tool"
-HOMEPAGE="http://lxde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README || die 'dodoc failed'
-}
diff --git a/lxde-base/lxinput/lxinput-0.3.0.ebuild b/lxde-base/lxinput/lxinput-0.3.0.ebuild
deleted file mode 100644
index cffb8b3d1b14..000000000000
--- a/lxde-base/lxinput/lxinput-0.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.3.0.ebuild,v 1.8 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-DESCRIPTION="LXDE keyboard and mouse configuration tool"
-HOMEPAGE="http://lxde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig
- >=dev-util/intltool-0.40.0"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README || die 'dodoc failed'
-}
diff --git a/lxde-base/lxinput/lxinput-0.3.1.ebuild b/lxde-base/lxinput/lxinput-0.3.1.ebuild
deleted file mode 100644
index 422303028d1b..000000000000
--- a/lxde-base/lxinput/lxinput-0.3.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxinput/lxinput-0.3.1.ebuild,v 1.7 2012/06/05 00:31:54 xmw Exp $
-
-EAPI="4"
-
-DESCRIPTION="LXDE keyboard and mouse configuration tool"
-HOMEPAGE="http://lxde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig
- >=dev-util/intltool-0.40.0"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS README
-}