summaryrefslogtreecommitdiffstats
path: root/kde5-extra
diff options
context:
space:
mode:
authorTreeve Jelbert2017-03-20 13:11:32 +0100
committerTreeve Jelbert2017-03-20 13:11:32 +0100
commit671730ce5c9ca3c415ed25071fd17cef050eac08 (patch)
tree2a14c0d2892e4995ef6852fc68de2b09076a16c5 /kde5-extra
parent631dab823658fef2aad2ab64037a4832fa3f9a4b (diff)
move libkgapi
Diffstat (limited to 'kde5-extra')
-rwxr-xr-xkde5-extra/libkgapi/CONFIGURE1
-rwxr-xr-xkde5-extra/libkgapi/DEPENDS7
-rwxr-xr-xkde5-extra/libkgapi/DETAILS15
-rw-r--r--kde5-extra/libkgapi/HISTORY13
4 files changed, 0 insertions, 36 deletions
diff --git a/kde5-extra/libkgapi/CONFIGURE b/kde5-extra/libkgapi/CONFIGURE
deleted file mode 100755
index b2f02c3032..0000000000
--- a/kde5-extra/libkgapi/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/libkgapi/DEPENDS b/kde5-extra/libkgapi/DEPENDS
deleted file mode 100755
index d8062131c1..0000000000
--- a/kde5-extra/libkgapi/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-source $GRIMOIRE/KDE5_DEPENDS &&
-depends WEBKIT_QT &&
-depends kcalcore &&
-depends kcontacts &&
-depends kcoreaddons &&
-depends kio &&
-depends kwindowsystem
diff --git a/kde5-extra/libkgapi/DETAILS b/kde5-extra/libkgapi/DETAILS
deleted file mode 100755
index 1f20e1d692..0000000000
--- a/kde5-extra/libkgapi/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=libkgapi
- VERSION=5.3.0
- SOURCE_HASH=sha512:ba5f247db42217842564b1af488349faf88cbd9fa83a80a01c5409c7dc2ed5bb2c3f82a4acd904992846c3e5019b9ab37c286e25f7bb070f7e8c5954ae4164eb
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=http://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://projects.kde.org/projects/libkgapi
- ENTERED=20141109
-# SECURITY_PATCH=1
- LICENSE[0]=LGPL
- KEYWORDS="kde5"
- SHORT="APIs for various Google services"
-cat << EOF
-LibKGAPI s a C++ library that implements APIs for various Google services.
-EOF
diff --git a/kde5-extra/libkgapi/HISTORY b/kde5-extra/libkgapi/HISTORY
deleted file mode 100644
index a1158e79cb..0000000000
--- a/kde5-extra/libkgapi/HISTORY
+++ /dev/null
@@ -1,13 +0,0 @@
-2017-01-13 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: qtwebkit => WEBKIT_QT
-
-2016-07-31 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 5.3.0
-
-2015-11-22 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 5.0.0
-
-2014-11-09 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version frameworks
- spell created
-