* [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/
@ 2017-01-29 21:33 99% Patrice Clement
0 siblings, 0 replies; 1+ results
From: Patrice Clement @ 2017-01-29 21:33 UTC (permalink / raw
To: gentoo-commits
commit: c24a30d6ce67243dd8589592d15b3a0eba3a0bf9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 21:32:46 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 21:33:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24a30d6
app-misc/todo: new package.
todo is a CLI-based TODO list manager written in Bash.
Gentoo-Bug: https://bugs.gentoo.org/149233
Package-Manager: portage-2.3.3
app-misc/todo/Manifest | 1 +
app-misc/todo/metadata.xml | 8 ++++++++
app-misc/todo/todo-2.10.ebuild | 32 ++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/app-misc/todo/Manifest b/app-misc/todo/Manifest
new file mode 100644
index 00000000..1a302b9
--- /dev/null
+++ b/app-misc/todo/Manifest
@@ -0,0 +1 @@
+DIST todo-2.10.tar.gz 56509 SHA256 55b6b86a970c25efcd05b24b37e8141bab623ddfa681638d49fd6fd6907eda2c SHA512 b14d9d13948836d971f72b941770e8e2c59d171d35f074205900619c5c3efd7ca0a482887046c1865890afb6595fe27c69677c54ea5824163d291e16fa5329d3 WHIRLPOOL 4282bad14c1ffac5642577ed9de4bec273eb56be28b9a019e06b11d181b56bef708167eef31fafaec607a502edd1f4edf82b1d5ba0eb4df4c27e01944f9795d6
diff --git a/app-misc/todo/metadata.xml b/app-misc/todo/metadata.xml
new file mode 100644
index 00000000..58c1077
--- /dev/null
+++ b/app-misc/todo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-misc/todo/todo-2.10.ebuild b/app-misc/todo/todo-2.10.ebuild
new file mode 100644
index 00000000..c8eefae
--- /dev/null
+++ b/app-misc/todo/todo-2.10.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="A CLI-based TODO list manager"
+HOMEPAGE="http://todotxt.com/"
+SRC_URI="https://github.com/ginatrapani/${PN}.txt-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="app-shells/bash"
+
+S="${WORKDIR}/${PN}.txt-cli-${PV}"
+
+DOCS=( README.textile CONTRIBUTING.md LICENSE todo.cfg )
+
+src_test() {
+ make test || die "tests failed"
+}
+
+src_install() {
+ newbin "${PN}.sh" "${PN}"
+ newbashcomp "${PN}_completion" "${PN}"
+ einstalldocs
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-01-29 21:33 99% [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox