[Lunar-commits] <moonbase> calcurse: move it to utils dir.
Florin Braescu
florin at lunar-linux.org
Sun Jul 1 13:59:06 CEST 2012
commit 2e7a507f2145414a596621a934313d1854a026f4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jul 1 13:59:06 2012 +0200
calcurse: move it to utils dir.
---
utils/calcurse/DEPENDS | 3 +++
utils/calcurse/DETAILS | 16 ++++++++++++++++
zbeta/calcurse/DEPENDS | 3 ---
zbeta/calcurse/DETAILS | 16 ----------------
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/utils/calcurse/DEPENDS b/utils/calcurse/DEPENDS
new file mode 100644
index 0000000..cfcfebf
--- /dev/null
+++ b/utils/calcurse/DEPENDS
@@ -0,0 +1,3 @@
+depends ncurses
+
+optional_depends "gettext" "" "--disable-nls" "for native language support"
diff --git a/utils/calcurse/DETAILS b/utils/calcurse/DETAILS
new file mode 100644
index 0000000..24432f9
--- /dev/null
+++ b/utils/calcurse/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=calcurse
+ VERSION=3.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://calcurse.org/files
+ SOURCE_VFY=sha1:17a4ca2dcb3839ee82dce2252cd418bfa876434f
+ WEB_SITE=http://calcurse.org
+ ENTERED=20101009
+ UPDATED=20110908
+ SHORT="text-based calendar and scheduling application"
+
+cat << EOF
+Calcurse is a text-based calendar and scheduling application. It helps
+keep track of events, appointments and everyday tasks. A configurable
+notification system reminds its user of upcoming deadlines and the
+curses based interface can be customized to suit users needs.
+EOF
diff --git a/zbeta/calcurse/DEPENDS b/zbeta/calcurse/DEPENDS
deleted file mode 100644
index cfcfebf..0000000
--- a/zbeta/calcurse/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends ncurses
-
-optional_depends "gettext" "" "--disable-nls" "for native language support"
diff --git a/zbeta/calcurse/DETAILS b/zbeta/calcurse/DETAILS
deleted file mode 100644
index 24432f9..0000000
--- a/zbeta/calcurse/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=calcurse
- VERSION=3.0.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://calcurse.org/files
- SOURCE_VFY=sha1:17a4ca2dcb3839ee82dce2252cd418bfa876434f
- WEB_SITE=http://calcurse.org
- ENTERED=20101009
- UPDATED=20110908
- SHORT="text-based calendar and scheduling application"
-
-cat << EOF
-Calcurse is a text-based calendar and scheduling application. It helps
-keep track of events, appointments and everyday tasks. A configurable
-notification system reminds its user of upcoming deadlines and the
-curses based interface can be customized to suit users needs.
-EOF
More information about the Lunar-commits
mailing list