summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-28 23:50:51 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-28 23:50:51 +0000
commitf382b6e19958d2a89e29bcfc738141b12a9e6e22 (patch)
tree25ddf3a41a5795abe4a86924200326620003c97a /net-dialup
parentVersion bump (diff)
downloadgentoo-2-f382b6e19958d2a89e29bcfc738141b12a9e6e22.tar.gz
gentoo-2-f382b6e19958d2a89e29bcfc738141b12a9e6e22.tar.bz2
gentoo-2-f382b6e19958d2a89e29bcfc738141b12a9e6e22.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/fbgetty/ChangeLog6
-rw-r--r--net-dialup/fbgetty/fbgetty-0.1.698.ebuild24
2 files changed, 4 insertions, 26 deletions
diff --git a/net-dialup/fbgetty/ChangeLog b/net-dialup/fbgetty/ChangeLog
index d88632940911..09b9361203c1 100644
--- a/net-dialup/fbgetty/ChangeLog
+++ b/net-dialup/fbgetty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/fbgetty
# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.11 2015/02/13 11:46:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.12 2015/03/28 23:50:51 mrueg Exp $
+
+ 28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -fbgetty-0.1.698.ebuild:
+ Remove old.
13 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> fbgetty-0.1.698-r1.ebuild:
Stable on amd64 and x86, wrt bug #535546
@@ -36,4 +39,3 @@
22 Nov 2003; Heinrich Wendel <lanius@gentoo.org> :
initial revision, thx to Caleb Shay <caleb@webninja.com>
-
diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild
deleted file mode 100644
index 3b3efef589dd..000000000000
--- a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.11 2007/10/27 08:40:57 mrness Exp $
-
-inherit eutils
-
-DESCRIPTION="An extended getty for the framebuffer console"
-HOMEPAGE="http://projects.meuh.org/fbgetty/"
-SRC_URI="http://projects.meuh.org/fbgetty/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~ppc"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
-
- epatch "${FILESDIR}/${P}-gcc41.patch"
-}
-
-src_install() {
- einstall || die "make install failed"
-}