Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149233 - =app-misc/todo-2.10: a CLI-base TODO list manager
Summary: =app-misc/todo-2.10: a CLI-base TODO list manager
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 14:48 UTC by Rene Zbinden
Modified: 2017-01-29 21:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-misc/todo-1.7.ebuild (todo-1.7.ebuild,519 bytes, text/plain)
2006-09-26 14:51 UTC, Rene Zbinden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Zbinden 2006-09-26 14:48:37 UTC
A command-line TODO manager.
Comment 1 Rene Zbinden 2006-09-26 14:51:22 UTC
Created attachment 98175 [details]
app-misc/todo-1.7.ebuild
Comment 2 Rene Zbinden 2006-09-27 01:15:55 UTC
A very nice demo of this tool you can find here:
http://todotxt.com/library/todo.sh/
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-23 15:22:16 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Patrice Clement gentoo-dev 2017-01-29 21:30:32 UTC
Cool stuff. I'm going to add it shortly to the Portage tree.
Comment 5 Patrice Clement gentoo-dev 2017-01-29 21:34:42 UTC
commit c24a30d6ce67243dd8589592d15b3a0eba3a0bf9 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sun Jan 29 22:32:46 2017 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sun Jan 29 22:33:08 2017 +0100

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(+)
create mode 100644 app-misc/todo/Manifest
create mode 100644 app-misc/todo/metadata.xml
create mode 100644 app-misc/todo/todo-2.10.ebuild

Added. Thank you!