dlan        14/08/07 14:28:44

  Modified:             ChangeLog
  Added:                fbterm-1.7-r1.ebuild
  Removed:              fbterm-1.7.ebuild
  Log:
  fix typo, bug 519486, thanks Casper Ti. Vector
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.3                  app-i18n/fbterm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fbterm/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fbterm/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fbterm/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jul 2012 07:49:23 -0000       1.2
+++ ChangeLog   7 Aug 2014 14:28:44 -0000       1.3
@@ -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 <[email protected]> -fbterm-1.7.ebuild,
+  +fbterm-1.7-r1.ebuild:
+  fix typo, bug 519486, thanks Casper Ti. Vector
 
   07 Jul 2012; Ben de Groot <[email protected]> fbterm-1.7.ebuild:
   Fix typo (bug #425136). Minor ebuild cleanup.



1.1                  app-i18n/fbterm/fbterm-1.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fbterm/fbterm-1.7-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fbterm/fbterm-1.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: fbterm-1.7-r1.ebuild
===================================================================
# 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
}




Reply via email to