summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 15:41:44 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 15:41:44 +0000
commitd52d5bd96a67b166dcea8728bcc125c10add0de5 (patch)
treecdf0a3a3ba68057cc218cf78e1d3617b15ff53b1 /net-nntp/brag/brag-1.4.1.ebuild
parentFix tcl/tk slotting;drop old; Bump EAPI (diff)
downloadhistorical-d52d5bd96a67b166dcea8728bcc125c10add0de5.tar.gz
historical-d52d5bd96a67b166dcea8728bcc125c10add0de5.tar.bz2
historical-d52d5bd96a67b166dcea8728bcc125c10add0de5.zip
Fix tcl/tk slotting;drop old
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'net-nntp/brag/brag-1.4.1.ebuild')
-rw-r--r--net-nntp/brag/brag-1.4.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-nntp/brag/brag-1.4.1.ebuild b/net-nntp/brag/brag-1.4.1.ebuild
deleted file mode 100644
index f48604758284..000000000000
--- a/net-nntp/brag/brag-1.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/brag/brag-1.4.1.ebuild,v 1.4 2014/08/10 20:42:17 slyfox Exp $
-
-IUSE=""
-
-DESCRIPTION="Brag collects and assembles multipart binary attachments from newsgroups"
-SRC_URI="mirror://sourceforge/brag/${P}.tar.gz"
-HOMEPAGE="http://brag.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
-
-RDEPEND="dev-lang/tcl
- app-text/uudeview"
-
-src_compile() {
- true
-}
-
-src_install() {
- dobin brag
- dodoc CHANGES README
- doman brag.1
-}