summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-21 15:06:21 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-21 15:06:21 +0000
commit56e1dc05f029678582eef0cbaefc560a19ad90d0 (patch)
tree9195087ae41f98575f264962615f0c88786654aa /dev-embedded/pk2-la/pk2-la-1.1.ebuild
parentuse dobin instead of exeinto /usr/bin/ && doexe (diff)
downloadhistorical-56e1dc05f029678582eef0cbaefc560a19ad90d0.tar.gz
historical-56e1dc05f029678582eef0cbaefc560a19ad90d0.tar.bz2
historical-56e1dc05f029678582eef0cbaefc560a19ad90d0.zip
Drop old; fix correct installation and dependencies
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'dev-embedded/pk2-la/pk2-la-1.1.ebuild')
-rw-r--r--dev-embedded/pk2-la/pk2-la-1.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-embedded/pk2-la/pk2-la-1.1.ebuild b/dev-embedded/pk2-la/pk2-la-1.1.ebuild
deleted file mode 100644
index 140aafbafbb2..000000000000
--- a/dev-embedded/pk2-la/pk2-la-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2-la/pk2-la-1.1.ebuild,v 1.1 2010/03/07 02:38:48 josejx Exp $
-
-DESCRIPTION="Logic Analyzer and I/O Probe for the Microchip PICkit2"
-HOMEPAGE="http://sourceforge.net/projects/pk2-la"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/pyusb
- dev-python/pygtk"
-
-src_compile() {
- ### Nothing to compile
- echo
-}
-
-src_install() {
- ### Install the program
- exeinto /usr/bin
- doexe "${S}/pk2-la"
- ### Install the documentation
- dodoc "${S}/README" "${S}/LA-Format" "${S}/IO-Format" "${S}/CHANGELOG"
-}