public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/
Date: Sat,  5 Aug 2017 13:15:55 +0000 (UTC)	[thread overview]
Message-ID: <1501938339.3cf62dcec3a68b9adc1c8c460ea943d26b0a66f8.hattya@gentoo> (raw)

commit:     3cf62dcec3a68b9adc1c8c460ea943d26b0a66f8
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 13:05:39 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 13:05:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf62dce

app-i18n/fbterm: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/fbterm/fbterm-1.7-r1.ebuild | 56 ------------------------------------
 1 file changed, 56 deletions(-)

diff --git a/app-i18n/fbterm/fbterm-1.7-r1.ebuild b/app-i18n/fbterm/fbterm-1.7-r1.ebuild
deleted file mode 100644
index ff834875c8f..00000000000
--- a/app-i18n/fbterm/fbterm-1.7-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit autotools-utils
-
-DESCRIPTION="Fast terminal emulator for the Linux framebuffer"
-HOMEPAGE="https://fbterm.googlecode.com/"
-SRC_URI="https://fbterm.googlecode.com/files/${P}.0.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="caps gpm video_cards_vesa"
-
-RDEPEND="caps? ( sys-libs/libcap )
-	gpm? ( sys-libs/gpm )
-	video_cards_vesa? ( dev-libs/libx86 )
-	media-libs/fontconfig
-	media-libs/freetype:2"
-DEPEND="${RDEPEND}
-	sys-libs/ncurses
-	virtual/pkgconfig"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-DOCS=( AUTHORS NEWS README )
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable gpm)
-		$(use_enable video_cards_vesa vesa)
-	)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-	$(type -P tic) -o "${ED}/usr/share/terminfo/" \
-		"${S}"/terminfo/fbterm || die "Failed to generate terminfo database"
-	if use caps; then
-		setcap "cap_sys_tty_config+ep" "${ED}"/usr/bin/fbterm
-	else
-		fperms u+s /usr/bin/fbterm
-	fi
-}
-
-pkg_postinst() {
-	einfo
-	einfo " ${PN} won't work with vga16fb. You have to use other native"
-	einfo " framebuffer drivers or vesa driver."
-	einfo " See ${EPREFIX}/usr/share/doc/${P}/README for details."
-	einfo " To use ${PN}, ensure you are in video group."
-	einfo " To input CJK merge app-i18n/fbterm-ucimf"
-	einfo
-}


             reply	other threads:[~2017-08-05 13:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-05 13:15 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-11 12:49 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/ Akinori Hattori
2020-05-27 12:32 Akinori Hattori
2020-05-20 13:53 Akinori Hattori
2020-05-20 13:45 Akinori Hattori
2020-05-20 13:45 Akinori Hattori
2017-08-12 15:48 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2016-08-14 19:30 Markus Meier
2016-03-23 21:23 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501938339.3cf62dcec3a68b9adc1c8c460ea943d26b0a66f8.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox