summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-02-26 17:37:59 -0500
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-02-26 17:37:59 -0500
commitfa6216766740daa52715e1376874cca8fa3b2420 (patch)
treea066be355c72da80c0afd34e60c1487a1385470b /net-misc
parentRemoved subdownloader 2.0.14 from tree... (diff)
downloadArmageddon-fa6216766740daa52715e1376874cca8fa3b2420.tar.gz
Armageddon-fa6216766740daa52715e1376874cca8fa3b2420.tar.bz2
Armageddon-fa6216766740daa52715e1376874cca8fa3b2420.zip
Added cliaspora, a DIASPORA* cli client...
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cliaspora/Manifest1
-rw-r--r--net-misc/cliaspora/cliaspora-0.1.3.ebuild22
-rw-r--r--net-misc/cliaspora/metadata.xml9
3 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/cliaspora/Manifest b/net-misc/cliaspora/Manifest
new file mode 100644
index 0000000..382a05f
--- /dev/null
+++ b/net-misc/cliaspora/Manifest
@@ -0,0 +1 @@
+DIST cliaspora-0.1.3.tgz 19436 SHA256 fcef4e7a8efaffcdab9921dd2b17c08f3772f8a957973b11023b45d600926705 SHA512 8be894495434fb373e1f6d303e92970510e7dfdd600e074874ed4d2a304ea0e9d0f4026bf8093bcf09de124bdecb9df8f6b81c0f6f510b11678d83515d0e61e7 WHIRLPOOL dd52fcdbbe81c232021b79bd794b9860ed3f885f8fd44ca7731135e77fe901a9f1510b1bff68b22fb20c9c9e7d8b2ab7931431eed749ba38aa28ec70fd613357
diff --git a/net-misc/cliaspora/cliaspora-0.1.3.ebuild b/net-misc/cliaspora/cliaspora-0.1.3.ebuild
new file mode 100644
index 0000000..9f953a4
--- /dev/null
+++ b/net-misc/cliaspora/cliaspora-0.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Command-line client for DIASPORA*"
+HOMEPAGE="https://freeshell.de//~mk/projects/cliaspora.html"
+SRC_URI="https://freeshell.de//~mk/download/cliaspora-0.1.3.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}".1
+}
diff --git a/net-misc/cliaspora/metadata.xml b/net-misc/cliaspora/metadata.xml
new file mode 100644
index 0000000..82079bd
--- /dev/null
+++ b/net-misc/cliaspora/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ThyArmageddon+Gentoo@Gmail.com</email>
+ <name>Elijah El Lazkani</name>
+ </maintainer>
+ <longdescription lang="en">cliaspora is a command-line client for DIASPORA*</longdescription>
+</pkgmetadata>