diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-11-07 14:46:37 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-11-07 14:46:37 +0000 |
commit | 36d2b1676f99641b91cd004b0ae550d2a8ae15ec (patch) | |
tree | 350e968c96907dd529c15c2d9090b2fde8550af2 /lxde-base | |
parent | Added blocking for sci-astronomy/ds9 < 5.3 (diff) | |
download | gentoo-2-36d2b1676f99641b91cd004b0ae550d2a8ae15ec.tar.gz gentoo-2-36d2b1676f99641b91cd004b0ae550d2a8ae15ec.tar.bz2 gentoo-2-36d2b1676f99641b91cd004b0ae550d2a8ae15ec.zip |
Initial import of ebuild from lxde overlay
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-hh3 i686)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 10 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild | 24 | ||||
-rw-r--r-- | lxde-base/lxde-common/metadata.xml | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog new file mode 100644 index 000000000000..57cc615e3434 --- /dev/null +++ b/lxde-base/lxde-common/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2008/11/07 14:46:37 yngwin Exp $ + +*lxde-common-0.3.2.1 (07 Nov 2008) + + 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.3.2.1.ebuild b/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild new file mode 100644 index 000000000000..08f5a9612813 --- /dev/null +++ b/lxde-base/lxde-common/lxde-common-0.3.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.3.2.1.ebuild,v 1.1 2008/11/07 14:46:37 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="" + +DEPEND="x11-libs/gtk+:2" +RDEPEND="${DEPEND} + dev-util/pkgconfig + sys-devel/gettext" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog README +} diff --git a/lxde-base/lxde-common/metadata.xml b/lxde-base/lxde-common/metadata.xml new file mode 100644 index 000000000000..34a29015776f --- /dev/null +++ b/lxde-base/lxde-common/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>lxde</herd> +</pkgmetadata> |