[x11-misc/taskhelm] new, requested in bug 3476
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST taskhelm-0.3.9.tar.gz 68234 RMD160 30da9e3e55a29984c6439db2f001432a603218ce SHA1 7355d6ebfc03484adb80aa4601deb3c8b9d5ea84 SHA256 6f8cb3f87a1de699f4ad4852cac4f9b8946fa511f9d529137dcd24f1b8cbbb16
|
||||
EBUILD taskhelm-0.3.9.ebuild 749 RMD160 e3296f9b1a9d039d84f23abcedb4f3fa26061eff SHA1 8280b7f3b7e3e375addb923d1620b5170a10ae36 SHA256 a117d09f86de285882426beb717b177b1d12a6e86620d8fadeb297e87799dd7f
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
inherit distutils eutils
|
||||
|
||||
DESCRIPTION="Graphical interface for Taskwarrior"
|
||||
HOMEPAGE="http://taskwarrior.org/projects/taskwarrior/wiki/Taskhelm"
|
||||
SRC_URI="http://www.bryceharrington.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/pygobject:2
|
||||
dev-python/pygtk:2
|
||||
dev-python/jsonpickle
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=app-misc/task-1.9.4
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's/Version=0\.1/Version=1.0/' data/taskhelm.desktop || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "This is a development version for next release."
|
||||
}
|
||||
Reference in New Issue
Block a user