summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-15 21:23:23 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-15 21:23:23 +0000
commit7d9613f15050a2073049784219373f93d50b15ad (patch)
tree64e70ac668b8d5403bb71e65f97bd33c7b494a9e /lxde-base
parentDisable support for Qt-4 when "static" USE flag is enabled (bug #277963). (diff)
downloadgentoo-2-7d9613f15050a2073049784219373f93d50b15ad.tar.gz
gentoo-2-7d9613f15050a2073049784219373f93d50b15ad.tar.bz2
gentoo-2-7d9613f15050a2073049784219373f93d50b15ad.zip
Version bump to 0.1.1
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxtask/ChangeLog9
-rw-r--r--lxde-base/lxtask/lxtask-0.1.1.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog
index 5f77289f9502..78cd5619b73a 100644
--- a/lxde-base/lxtask/ChangeLog
+++ b/lxde-base/lxtask/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for lxde-base/lxtask
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.3 2008/12/07 18:51:32 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.4 2009/07/15 21:23:23 vostorga Exp $
+
+*lxtask-0.1.1 (15 Jul 2009)
+
+ 15 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> +lxtask-0.1.1.ebuild:
+ Version bump to 0.1.1
07 Dec 2008; Ben de Groot <yngwin@gentoo.org> lxtask-0.1.ebuild:
Add test restriction, see bug 249598. Do not install empty ChangeLog.
diff --git a/lxde-base/lxtask/lxtask-0.1.1.ebuild b/lxde-base/lxtask/lxtask-0.1.1.ebuild
new file mode 100644
index 000000000000..90f152c71826
--- /dev/null
+++ b/lxde-base/lxtask/lxtask-0.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild,v 1.1 2009/07/15 21:23:23 vostorga Exp $
+
+EAPI="1"
+
+DESCRIPTION="LXDE Task manager"
+HOMEPAGE="http://lxde.sf.net/"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS README
+}