summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:01:31 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:01:31 +0000
commite8604de074066515f9e0cf4c9d294e409eb3b501 (patch)
tree64016ffd9faa5b4734d4fd8cb628ceaff9387a4a /lxde-base
parentRemove old LXDE packages (diff)
downloadgentoo-2-e8604de074066515f9e0cf4c9d294e409eb3b501.tar.gz
gentoo-2-e8604de074066515f9e0cf4c9d294e409eb3b501.tar.bz2
gentoo-2-e8604de074066515f9e0cf4c9d294e409eb3b501.zip
Remove old LXDE packages
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxde-common/ChangeLog8
-rw-r--r--lxde-base/lxde-common/lxde-common-0.4.2.ebuild24
-rw-r--r--lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild41
-rw-r--r--lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild41
-rw-r--r--lxde-base/lxde-common/lxde-common-0.5.0.ebuild40
-rw-r--r--lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild43
6 files changed, 6 insertions, 191 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog
index c83f429b25b9..8dd1b13b63e8 100644
--- a/lxde-base/lxde-common/ChangeLog
+++ b/lxde-base/lxde-common/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for lxde-base/lxde-common
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.36 2012/08/14 22:11:53 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.37 2012/08/25 00:01:31 hwoarang Exp $
+
+ 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxde-common-0.4.2.ebuild,
+ -lxde-common-0.5.0-r1.ebuild, -lxde-common-0.5.0-r2.ebuild,
+ -lxde-common-0.5.0.ebuild, -lxde-common-0.5.5-r1.ebuild:
+ Remove old LXDE packages
14 Aug 2012; Johannes Huber <johu@gentoo.org> lxde-common-0.5.5-r2.ebuild:
Stable for x86, wrt bug #430494
@@ -153,4 +158,3 @@
07 Nov 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml,
+lxde-common-0.3.2.1.ebuild:
Initial import of ebuild from lxde overlay
-
diff --git a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild b/lxde-base/lxde-common/lxde-common-0.4.2.ebuild
deleted file mode 100644
index eff50761fb91..000000000000
--- a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild
+++ /dev/null
@@ -1,24 +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/lxde-common/lxde-common-0.4.2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
-HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
-}
diff --git a/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild
deleted file mode 100644
index 246abc3405e8..000000000000
--- a/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
-HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-PDEPEND="lxde-base/lxde-icon-theme"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-session-fix.patch
- epatch "${FILESDIR}"/${P}-desktop-icons.patch
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "${P} has renamed the configuration file name to"
- elog "/etc/xdg/lxsession/LXDE/desktop.conf"
- elog "Keep in mind you have to migrate your custom settings"
- elog "from /etc/xdg/lxsession/LXDE/config"
-}
diff --git a/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild
deleted file mode 100644
index 2f924c05a1ee..000000000000
--- a/lxde-base/lxde-common/lxde-common-0.5.0-r2.ebuild
+++ /dev/null
@@ -1,41 +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/lxde-common/lxde-common-0.5.0-r2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
-HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-PDEPEND="lxde-base/lxde-icon-theme"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-session-fix.patch
- epatch "${FILESDIR}"/${P}-desktop-icons.patch
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "${P} has renamed the configuration file name to"
- elog "/etc/xdg/lxsession/LXDE/desktop.conf"
- elog "Keep in mind you have to migrate your custom settings"
- elog "from /etc/xdg/lxsession/LXDE/config"
-}
diff --git a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0.ebuild
deleted file mode 100644
index 3f68688653a9..000000000000
--- a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild
+++ /dev/null
@@ -1,40 +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/lxde-common/lxde-common-0.5.0.ebuild,v 1.7 2012/05/04 05:50:39 jdhore Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
-HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-PDEPEND="lxde-base/lxde-icon-theme"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-session-fix.patch
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "${P} has renamed the configuration file name to"
- elog "/etc/xdg/lxsession/LXDE/desktop.conf"
- elog "Keep in mind you have to migrate your custom settings"
- elog "from /etc/xdg/lxsession/LXDE/config"
-}
diff --git a/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild
deleted file mode 100644
index 10c0317cf073..000000000000
--- a/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild
+++ /dev/null
@@ -1,43 +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/lxde-common/lxde-common-0.5.5-r1.ebuild,v 1.6 2012/06/05 00:40:58 xmw Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
-HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-PDEPEND="lxde-base/lxde-icon-theme"
-
-src_prepare() {
- #bug 380043
- epatch "${FILESDIR}"/${P}-logout.patch
-
- # Rerun autotools
- einfo "Regenerating autotools files..."
- eautoreconf
-}
-
-src_install () {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}
-
-pkg_postinst() {
- elog "${P} has renamed the configuration file name to"
- elog "/etc/xdg/lxsession/LXDE/desktop.conf"
- elog "Keep in mind you have to migrate your custom settings"
- elog "from /etc/xdg/lxsession/LXDE/config"
-}