Merge pull request #318 from Wuodan/cleanup_obsolete

Cleanup obsolete packages
This commit is contained in:
Anton Bolshakov 2018-08-18 07:39:01 +08:00 committed by GitHub
commit a2a24bd5a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 75 deletions

View file

@ -1 +0,0 @@
DIST sunpatchcheck-3.3.tgz 17566 SHA256 ac734bba9bd4e1fc379fbcc571098199d671adb0bfec29826ef864c099451b36

View file

@ -1,25 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
DESCRIPTION="Sun Missing Patch checker"
HOMEPAGE="http://www.titania.co.uk/"
SRC_URI="http://titania.co.uk/downloads/titanialabs/tools/${P}.tgz"
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
dobin ${PN}
doman ${PN}.1
dodir /var/lib/${PN}
}

View file

@ -1 +0,0 @@
DIST plaintoo-0.1.tar.gz 488787 SHA256 3ec8d9ca0ca7c764556774dc1c267941c35a2f9dc38ae8843df877f503df5382

View file

@ -1,3 +0,0 @@
MD5 77388bf0af4b795be23b1c189607ca8e plaintoo-0.1.tar.gz 488787
RMD160 3f7f1b5e016b9335b11bc71f0ad27ab747b988a2 plaintoo-0.1.tar.gz 488787
SHA256 3ec8d9ca0ca7c764556774dc1c267941c35a2f9dc38ae8843df877f503df5382 plaintoo-0.1.tar.gz 488787

View file

@ -1,4 +0,0 @@
#!/bin/sh
cd /opt/plaintoo/
./plaintoo.py "$@"

View file

@ -1,33 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/app-crypt/plaintoo/plaintoo-0.1.ebuild,v 1.1.1.1 2006/03/09 22:54:57 grimmlin Exp $
DESCRIPTION="Plaintoo is a pygtk frontend to bkhive and samdump2 (included)"
HOMEPAGE="http://www.plain-text.info/"
SRC_URI="http://www.pentoo.ch/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_compile () {
cd "${S}"/apps/bkhive_linux/
g++ -o bkhive *.cpp || die "bkhive failed"
cd "${S}"/apps/samdump2_linux/des/
make || die "des failed"
cd "${S}"/apps/samdump2_linux/
make || die "samdump2 failed"
}
src_install () {
exeinto /opt/plaintoo/
newexe plaintoo.py plaintoo.py
insinto /opt/plaintoo/img/
doins -r img/*
dosbin "${FILESDIR}"/plaintoo
dobin apps/bkhive_linux/bkhive
dobin apps/samdump2_linux/samdump2
}

View file

@ -1,15 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
EAPI=6
inherit subversion
inherit git-r3
DESCRIPTION=""
HOMEPAGE=""
SRC_URI=""
ESVN_REPO_URI="http://libmsr.googlecode.com/svn/trunk/"
DESCRIPTION="Reading, writing and analysis of magnetic stripe information"
HOMEPAGE="https://github.com/ioerror/libmsr"
EGIT_REPO_URI="https://github.com/ioerror/libmsr.git"
LICENSE=""
SLOT="0"