Removed leftover .svn dirs

This commit is contained in:
Torsten Kurbad 2012-10-30 18:52:44 +01:00
parent 0dcb83fc6e
commit f11319761c
4 changed files with 0 additions and 177 deletions

View File

@ -1,31 +0,0 @@
10
dir
112
svn://svn.kardasa.pl/kardasa/dev-libs
svn://svn.kardasa.pl/kardasa
2011-05-10T12:53:55.560000Z
108
kardasa
94be0fd6-8ca2-481d-871d-ff1aec65ed1e
libconcord
dir

View File

@ -1,99 +0,0 @@
10
dir
112
svn://svn.kardasa.pl/kardasa/dev-libs/libconcord
svn://svn.kardasa.pl/kardasa
2011-05-10T12:53:55.560000Z
108
kardasa
94be0fd6-8ca2-481d-871d-ff1aec65ed1e
libconcord-0.23.ebuild
file
2011-06-06T14:02:37.562430Z
1b207ab766ffb9567015d1404be09ea3
2011-05-10T12:53:55.560000Z
108
kardasa
903
files
dir
Manifest
file
2011-06-06T14:02:37.563430Z
30987faa6d8666ed50edda23f0884e35
2011-05-10T12:53:55.560000Z
108
kardasa
605

View File

@ -1,3 +0,0 @@
AUX libconcord-0.23-flash.patch 411 RMD160 bf13e38dc2796e542e8c98bd1fab0188685bf232 SHA1 7e00b57736cbf2bf7eac26a6689d8176c0f5ce31 SHA256 b754963c20c38e4007333ed858d48805fc642eeb48d87f089a8b5c4fa2c76e12
DIST concordance-0.23.tar.bz2 991468 RMD160 96be0b3630a1d0fec906e576039a09db66ff682b SHA1 7cd2b3dbc0b5f9237290bae46671153327ee3b62 SHA256 47aaaad4e7f7e11ca0bbf9817c459ef7a7979cc9ecd73ac7eddcffb0063efc9f
EBUILD libconcord-0.23.ebuild 903 RMD160 ef93a62709d0cb648083c0e1d8f8419ab5d65ff6 SHA1 29a28bd68521bad9b24fa2ce81d182f87b108de1 SHA256 c3aaa51ed54871e5b88739870aad67abaee88a1bddd7109c2853316ea4544cb8

View File

@ -1,44 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit eutils toolchain-funcs
MY_P="concordance-${PV}"
DESCRIPTION="Library for programming the Logitech Harmony universal remote; part
of the concordance project"
HOMEPAGE="http://www.phildev.net/concordance/"
SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-libs/libusb"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}/${PN}"
src_configure() {
# Debian bug 594615
epatch "${FILESDIR}"/${P}-flash.patch || die "patch failed"
econf || die "configure failed"
}
src_compile() {
emake DESTDIR="${D}" || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc ../Changelog ../LICENSE README
S="${S}/bindings/python"
cd ${S}
python setup.py install --root=${D}
}