summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-25 19:50:33 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-25 19:50:33 +0000
commit870828fa94864b6e3d6baea98e8b3757b6a5640c (patch)
tree8b4a4497eb7829780f2b205439f4a9fce7d173d8 /app-misc/ttyrec/ttyrec-1.0.6.ebuild
parentRevision bump: EAPI 5, base eclass, QA fixes. Respect LDFLAGS, wrt bug #33184... (diff)
downloadgentoo-2-870828fa94864b6e3d6baea98e8b3757b6a5640c.tar.gz
gentoo-2-870828fa94864b6e3d6baea98e8b3757b6a5640c.tar.bz2
gentoo-2-870828fa94864b6e3d6baea98e8b3757b6a5640c.zip
Drop old versions
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-misc/ttyrec/ttyrec-1.0.6.ebuild')
-rw-r--r--app-misc/ttyrec/ttyrec-1.0.6.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild
deleted file mode 100644
index 95c550dd402d..000000000000
--- a/app-misc/ttyrec/ttyrec-1.0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.19 2009/09/23 16:08:00 patrick Exp $
-
-DESCRIPTION="tty recorder"
-HOMEPAGE="http://namazu.org/~satoru/ttyrec/"
-SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- make CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin ttyrec ttyplay ttytime || die
- dodoc README
- doman *.1
-}