From 2ae356429c163d28c626aaae00808840a6fdfd55 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Thu, 7 Aug 2014 14:28:44 +0000 Subject: fix typo, bug 519486, thanks Casper Ti. Vector (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) --- app-i18n/fbterm/ChangeLog | 10 +++++-- app-i18n/fbterm/fbterm-1.7-r1.ebuild | 57 ++++++++++++++++++++++++++++++++++++ app-i18n/fbterm/fbterm-1.7.ebuild | 57 ------------------------------------ 3 files changed, 65 insertions(+), 59 deletions(-) create mode 100644 app-i18n/fbterm/fbterm-1.7-r1.ebuild delete mode 100644 app-i18n/fbterm/fbterm-1.7.ebuild (limited to 'app-i18n') diff --git a/app-i18n/fbterm/ChangeLog b/app-i18n/fbterm/ChangeLog index a386c2367ea0..78f9f6c295e9 100644 --- a/app-i18n/fbterm/ChangeLog +++ b/app-i18n/fbterm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/fbterm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.2 2012/07/07 07:49:23 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.3 2014/08/07 14:28:44 dlan Exp $ + +*fbterm-1.7-r1 (07 Aug 2014) + + 07 Aug 2014; Yixun Lan -fbterm-1.7.ebuild, + +fbterm-1.7-r1.ebuild: + fix typo, bug 519486, thanks Casper Ti. Vector 07 Jul 2012; Ben de Groot fbterm-1.7.ebuild: Fix typo (bug #425136). Minor ebuild cleanup. diff --git a/app-i18n/fbterm/fbterm-1.7-r1.ebuild b/app-i18n/fbterm/fbterm-1.7-r1.ebuild new file mode 100644 index 000000000000..b4f7b21c3ec4 --- /dev/null +++ b/app-i18n/fbterm/fbterm-1.7-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/fbterm-1.7-r1.ebuild,v 1.1 2014/08/07 14:28:44 dlan Exp $ + +EAPI="5" +inherit autotools-utils + +DESCRIPTION="Fast terminal emulator for the Linux framebuffer" +HOMEPAGE="http://fbterm.googlecode.com/" +SRC_URI="http://fbterm.googlecode.com/files/${P}.0.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~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 +} diff --git a/app-i18n/fbterm/fbterm-1.7.ebuild b/app-i18n/fbterm/fbterm-1.7.ebuild deleted file mode 100644 index 3f24d38792d4..000000000000 --- a/app-i18n/fbterm/fbterm-1.7.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/fbterm-1.7.ebuild,v 1.2 2012/07/07 07:49:23 yngwin Exp $ - -EAPI="4" -inherit autotools-utils - -DESCRIPTION="Fast terminal emulator for the Linux framebuffer" -HOMEPAGE="http://fbterm.googlecode.com/" -SRC_URI="http://fbterm.googlecode.com/files/${P}.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~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 myconfargs=( - $(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 -} -- cgit v1.2.3-65-gdbad