summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kazakov <nullishzero@gentoo.org>2014-09-17 03:50:20 +0000
committerPavel Kazakov <nullishzero@gentoo.org>2014-09-17 03:50:20 +0000
commitbd771ed0b9e462e119d29ac728f8e2acf6bbdf3d (patch)
treeeed4cb8b5af339bb7c344b1e7fc935d3c33e5f34 /lxde-base
parentBump (diff)
downloadgentoo-2-bd771ed0b9e462e119d29ac728f8e2acf6bbdf3d.tar.gz
gentoo-2-bd771ed0b9e462e119d29ac728f8e2acf6bbdf3d.tar.bz2
gentoo-2-bd771ed0b9e462e119d29ac728f8e2acf6bbdf3d.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x39E7AB2E)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxtask/ChangeLog9
-rw-r--r--lxde-base/lxtask/lxtask-0.1.5.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog
index e3e3339e8fd9..1fbab2fc2069 100644
--- a/lxde-base/lxtask/ChangeLog
+++ b/lxde-base/lxtask/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for lxde-base/lxtask
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.33 2013/12/26 14:40:26 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.34 2014/09/17 03:50:20 nullishzero Exp $
+
+*lxtask-0.1.5 (17 Sep 2014)
+
+ 17 Sep 2014; Pavel Kazakov <nullishzero@gentoo.org> +lxtask-0.1.5.ebuild:
+ Version bump.
26 Dec 2013; Markus Meier <maekke@gentoo.org> lxtask-0.1.4-r1.ebuild:
arm stable, bug #494792
diff --git a/lxde-base/lxtask/lxtask-0.1.5.ebuild b/lxde-base/lxtask/lxtask-0.1.5.ebuild
new file mode 100644
index 000000000000..d07543672824
--- /dev/null
+++ b/lxde-base/lxtask/lxtask-0.1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild,v 1.1 2014/09/17 03:50:20 nullishzero Exp $
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="LXDE Task manager"
+HOMEPAGE="http://lxde.sf.net/"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ sys-devel/gettext
+ >=dev-util/intltool-0.40.0"
+
+src_install () {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS README
+}