summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gentoo.org>2014-09-21 23:32:33 +0000
committerAlex Brandt <alunduil@gentoo.org>2014-09-21 23:32:33 +0000
commit7daf3e07ecc2eba7c9b2a663b67fec72b928cbef (patch)
treedc1d8acbc3c76c2e2510f222c7d9788e91058f08 /app-backup
parentEAPI=5; fix desktop file (diff)
downloadgentoo-2-7daf3e07ecc2eba7c9b2a663b67fec72b928cbef.tar.gz
gentoo-2-7daf3e07ecc2eba7c9b2a663b67fec72b928cbef.tar.bz2
gentoo-2-7daf3e07ecc2eba7c9b2a663b67fec72b928cbef.zip
new ebuild for holland-lib-common
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/holland-lib-common/ChangeLog10
-rw-r--r--app-backup/holland-lib-common/holland-lib-common-1.0.10.ebuild26
-rw-r--r--app-backup/holland-lib-common/metadata.xml10
3 files changed, 46 insertions, 0 deletions
diff --git a/app-backup/holland-lib-common/ChangeLog b/app-backup/holland-lib-common/ChangeLog
new file mode 100644
index 000000000000..5c0dda335b08
--- /dev/null
+++ b/app-backup/holland-lib-common/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-backup/holland-lib-common
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/holland-lib-common/ChangeLog,v 1.1 2014/09/21 23:32:33 alunduil Exp $
+
+*holland-lib-common-1.0.10 (21 Sep 2014)
+
+ 21 Sep 2014; Alex Brandt <alunduil@gentoo.org>
+ +holland-lib-common-1.0.10.ebuild, +metadata.xml:
+ new ebuild for holland-lib-common written by me
+
diff --git a/app-backup/holland-lib-common/holland-lib-common-1.0.10.ebuild b/app-backup/holland-lib-common/holland-lib-common-1.0.10.ebuild
new file mode 100644
index 000000000000..c974a0659b81
--- /dev/null
+++ b/app-backup/holland-lib-common/holland-lib-common-1.0.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/holland-lib-common/holland-lib-common-1.0.10.ebuild,v 1.1 2014/09/21 23:32:33 alunduil Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Holland Core Library"
+HOMEPAGE="http://www.hollandbackup.org/"
+
+MY_P="${P%%-*}-${P##*-}"
+
+SRC_URI="http://hollandbackup.org/releases/stable/${PV%.*}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+PDEPEND="~app-backup/holland-${PV}[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}/plugins/${PN//-/.}"
diff --git a/app-backup/holland-lib-common/metadata.xml b/app-backup/holland-lib-common/metadata.xml
new file mode 100644
index 000000000000..02be8c5eb78f
--- /dev/null
+++ b/app-backup/holland-lib-common/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>alunduil@gentoo.org</email>
+ <name>Alex Brandt</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>