summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorTreeve Jelbert2015-04-29 18:17:18 +0200
committerTreeve Jelbert2015-04-29 18:17:18 +0200
commitae7f964d8980bd640d54641d863b61dec5322d07 (patch)
tree188d6a3a69f240cbca3a17f2ea58815cf5bdbf83 /chat-im
parent945e16da557a7b84df935e1234e7b6c3e2972725 (diff)
choqok: => 1.5
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/choqok/BUILD1
-rwxr-xr-xchat-im/choqok/DEPENDS3
-rwxr-xr-xchat-im/choqok/DETAILS40
-rw-r--r--chat-im/choqok/HISTORY17
-rwxr-xr-xchat-im/choqok/PREPARE2
5 files changed, 0 insertions, 63 deletions
diff --git a/chat-im/choqok/BUILD b/chat-im/choqok/BUILD
deleted file mode 100755
index 21134344c7..0000000000
--- a/chat-im/choqok/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-qt4_cmake_build
diff --git a/chat-im/choqok/DEPENDS b/chat-im/choqok/DEPENDS
deleted file mode 100755
index e8c42eaf3a..0000000000
--- a/chat-im/choqok/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends qjson &&
-depends qoauth &&
-depends kdelibs4
diff --git a/chat-im/choqok/DETAILS b/chat-im/choqok/DETAILS
deleted file mode 100755
index 26cd4499bf..0000000000
--- a/chat-im/choqok/DETAILS
+++ /dev/null
@@ -1,40 +0,0 @@
-. "$GRIMOIRE/FUNCTIONS"
- SPELL=choqok
-if [[ "$CHOQOK_BRANCH" = scm ]]; then
- VERSION=$(get_scm_version)
- SOURCE="${SPELL}-git.tar.bz2"
- SOURCE_URL=git://git.kde.org/choqok
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
-else
- VERSION=1.1
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://downloads.sourceforge.net/project/$SPELL/Choqok/$SOURCE
- SOURCE_HASH=sha512:496247424fc099a9f8a61abd145a0876f42a9af50cee97f507b4258d97a4fb0092fdc65213954aa5629a5dbfc28e6e3a3c2150c4234202223a88f7c64cd14d43
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
-fi
- WEB_SITE="http://choqok.gnufolks.org"
- LICENSE[0]=GPL
- ENTERED=20110111
- SHORT="micro-blogging client for KDE"
-cat << EOF
-Features support for:
-
- * Twitter, identi.ca and self-hosted StatusNet micro-blogging service.
- * Open Collaboration Services API (Used by opendesktop.org). * Friends,
- @Reply, Favorite and Public time-lines. * Direct messages. * Multiple
- Accounts simultaneously. * Search APIs for Twitter and StatusNet services.
- * Twitter lists. * URL shortening services. * Image and video preview from
- various services. * Official Repeat/ReTweet functions. * Photo uploading
- to various services.
-
-Other features:
-
- * KWallet integration. * Ability to make a quick tweet/dent with global
- shortcuts. (Ctrl+Meta+T) * Ability to notify user about new statuses arriving.
- * Status list apperance customization. * Filtering. * Setting your last
- post as current status message in IM clients (Kopete, Pidgin, Psi, Skype).
- * Send Now Listening text. (Amarok, Exaile, Banshee, Rhythmbox, VLC, etc.)
- * UnTiny short Urls. * Proxy support.
-EOF
diff --git a/chat-im/choqok/HISTORY b/chat-im/choqok/HISTORY
deleted file mode 100644
index 3540463580..0000000000
--- a/chat-im/choqok/HISTORY
+++ /dev/null
@@ -1,17 +0,0 @@
-2014-07-03 Ismael Luceno <ismael@sourcemage.org>
- * DETAILS: Use get_scm_version
-
-2011-09-20 Ismael Luceno <ismael@sourcemage.org>
- * PREPARE, DETAILS: Use prepare_select_branch
-
-2011-09-15 Ismael Luceno <ismael@sourcemage.org>
- * DETAILS: Fixed SOURCE_URL[0]
- updated spell to 1.1
-
-2011-01-12 Ismael Luceno <ismael@sourcemage.org>
- * PREPARE, DETAILS: add scm version
- * DEPENDS: depends on kdelibs4
-
-2011-01-11 Ismael Luceno <ismael@sourcemage.org>
- * DEPENDS, DETAILS: spell created
-
diff --git a/chat-im/choqok/PREPARE b/chat-im/choqok/PREPARE
deleted file mode 100755
index 98d27e41ff..0000000000
--- a/chat-im/choqok/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable scm