summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-05-24 19:32:40 +0000
committerBen de Groot <yngwin@gentoo.org>2009-05-24 19:32:40 +0000
commit90759a36414db8877a50044dfed38a045cd6b0b2 (patch)
tree23b8beed753237a4e479a37e37a45722e448bef6
parentamd64/x86 stable, bug #270440 (diff)
downloadgentoo-2-90759a36414db8877a50044dfed38a045cd6b0b2.tar.gz
gentoo-2-90759a36414db8877a50044dfed38a045cd6b0b2.tar.bz2
gentoo-2-90759a36414db8877a50044dfed38a045cd6b0b2.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r--lxde-base/lxde-common/ChangeLog9
-rw-r--r--lxde-base/lxde-common/lxde-common-0.4.1.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog
index e3d97e5a928c..a54e880657eb 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.2 2008/11/11 15:16:11 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.3 2009/05/24 19:32:40 yngwin Exp $
+
+*lxde-common-0.4.1 (24 May 2009)
+
+ 24 May 2009; Ben de Groot <yngwin@gentoo.org> +lxde-common-0.4.1.ebuild:
+ Version bump
11 Nov 2008; Ben de Groot <yngwin@gentoo.org> lxde-common-0.3.2.1.ebuild:
Fix RDEPEND/DEPEND switch
diff --git a/lxde-base/lxde-common/lxde-common-0.4.1.ebuild b/lxde-base/lxde-common/lxde-common-0.4.1.ebuild
new file mode 100644
index 000000000000..de456994728d
--- /dev/null
+++ b/lxde-base/lxde-common/lxde-common-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.1.ebuild,v 1.1 2009/05/24 19:32:40 yngwin 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 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README
+}