mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
libmsr: used by mag stripe reader/writer software
This commit is contained in:
parent
73f62e97a3
commit
e5cfe2e913
2 changed files with 22 additions and 0 deletions
1
app-misc/libmsr/Manifest
Normal file
1
app-misc/libmsr/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD libmsr-9999.ebuild 327 RMD160 61f7290790a097eedb44ba7548d3286006f96166 SHA1 aae221ab44affebc747638b93dd6e433b16dd696 SHA256 7cb4e15ec1bd91fd3efd7357b0ec61a3c62e80e52d99d2f611fd91f99cac92b4
|
||||
21
app-misc/libmsr/libmsr-9999.ebuild
Normal file
21
app-misc/libmsr/libmsr-9999.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit subversion
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="http://libmsr.googlecode.com/svn/trunk/"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Loading…
Reference in a new issue