diff options
Diffstat (limited to 'x11-terms/keyboardcast')
-rw-r--r-- | x11-terms/keyboardcast/ChangeLog | 7 | ||||
-rw-r--r-- | x11-terms/keyboardcast/Manifest | 11 | ||||
-rw-r--r-- | x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild | 23 | ||||
-rw-r--r-- | x11-terms/keyboardcast/metadata.xml | 8 |
4 files changed, 0 insertions, 49 deletions
diff --git a/x11-terms/keyboardcast/ChangeLog b/x11-terms/keyboardcast/ChangeLog deleted file mode 100644 index 2485348..0000000 --- a/x11-terms/keyboardcast/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog for x11-terms/keyboardcast -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Id$ - - 27 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> +metadata.xml: - initial entry - diff --git a/x11-terms/keyboardcast/Manifest b/x11-terms/keyboardcast/Manifest deleted file mode 100644 index ca6ddb0..0000000 --- a/x11-terms/keyboardcast/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST keyboardcast-0.1.1.tar.gz 15469 SHA256 d87c96c7f977c762ce7af81a8efeb60274d65de287d63abe15982c454cbcd710 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEAREKAAYFAlY5PHsACgkQ1fmVwcYIWAZ+2QCfTOTLNDg/6U2IUsdN3WXU0arN -BdgAoImX7TvfrNL33efil5WBcvGkJXZc -=Owmt ------END PGP SIGNATURE----- diff --git a/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild b/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild deleted file mode 100644 index 0145ac8..0000000 --- a/x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Concurrent multi-terminal input grabber" -HOMEPAGE="http://blogs.gnome.org/desrt/2005/12/04/keyboardcast/" -SRC_URI="http://desrt.mcmaster.ca/code/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - sed -i 's|/usr/local|/usr|' Makefile - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} diff --git a/x11-terms/keyboardcast/metadata.xml b/x11-terms/keyboardcast/metadata.xml deleted file mode 100644 index f254073..0000000 --- a/x11-terms/keyboardcast/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>eva@gentoo.org</email> - <name>Gilles Dartiguelongue</name> -</maintainer> -</pkgmetadata> |