desknfc: unbuildable, looks outdated, dropping

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-05-08 12:40:04 -04:00
parent 217f1e5641
commit 145c269481
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 0 additions and 33 deletions

View file

@ -1,26 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit kde4-base subversion eutils
DESCRIPTION="a KDE4 plasmoid which offer NFC content access"
HOMEPAGE="https://github.com/nfc-tools"
SRC_URI=""
ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/desknfc"
#https://github.com/raidolepp/libfreefare/tree/master/desknfc
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-libs/libndef
dev-libs/libnfc"
RDEPEND="${DEPEND}"
src_prepare(){
epatch "${FILESDIR}/${PN}-include.patch"
}

View file

@ -1,7 +0,0 @@
--- Content.cpp.orig 2015-04-13 23:12:20.000000000 +0800
+++ Content.cpp 2015-04-13 23:12:52.647528240 +0800
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include "Content.h"
Content::Content(int id, QString type, QByteArray content) {