diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-07-12 18:17:15 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-07-12 18:17:15 +0000 |
commit | 949490661731d090fa8db5c7b4990a956875e48a (patch) | |
tree | 94b08d94cc2f355715740e7c07fc78389dedea9b /lxde-base/lxde-common | |
parent | Fix elog statement; bug #272923 (diff) | |
download | gentoo-2-949490661731d090fa8db5c7b4990a956875e48a.tar.gz gentoo-2-949490661731d090fa8db5c7b4990a956875e48a.tar.bz2 gentoo-2-949490661731d090fa8db5c7b4990a956875e48a.zip |
lxde-common version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxde-common')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 8 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.4.2.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index a54e880657eb..d606dea68502 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxde-base/lxde-common # 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 $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.4 2009/07/12 18:17:15 vostorga Exp $ + +*lxde-common-0.4.2 (12 Jul 2009) + + 12 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> + +lxde-common-0.4.2.ebuild: + lxde-common version bump *lxde-common-0.4.1 (24 May 2009) diff --git a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild b/lxde-base/lxde-common/lxde-common-0.4.2.ebuild new file mode 100644 index 000000000000..04d8dfd4db9d --- /dev/null +++ b/lxde-base/lxde-common/lxde-common-0.4.2.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.2.ebuild,v 1.1 2009/07/12 18:17:15 vostorga 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 +} |