[gentoo-commits] repo/gentoo:master commit in: media-gfx/fbv/, media-gfx/fbv/files/

2016-07-14 Thread Michael Palimaka
commit: 02cbdb8b2a5dd8cb97daa1a39fb0b192ccdd74b3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jul 14 19:25:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jul 14 19:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cbdb8b

media-gfx/fbv: remove last rited package

Gentoo-bug: 571686

 media-gfx/fbv/Manifest |  1 -
 media-gfx/fbv/fbv-1.0b.ebuild  | 55 ---
 media-gfx/fbv/files/fbv-1.0b-cc.patch  | 97 --
 media-gfx/fbv/files/fbv-1.0b-libpng15.patch| 20 --
 media-gfx/fbv/files/oob-segfault-fbv-1.0b.diff | 13 
 media-gfx/fbv/metadata.xml |  8 ---
 6 files changed, 194 deletions(-)

diff --git a/media-gfx/fbv/Manifest b/media-gfx/fbv/Manifest
deleted file mode 100644
index 3d50387..000
--- a/media-gfx/fbv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fbv-1.0b.tar.gz 18989 SHA256 
9b55b9dafd5eb01562060d860e267e309a1876e8ba5ce4d3303484b94129ab3c SHA512 
18c833894ab2da74dd0e124829221081ff226ce19e9c5eac2f8273faba3e72239a4291403df5c19a66cb442736a27dfc3472d474720ceff2b9af460e4f2f9e91
 WHIRLPOOL 
f679e13e3bb426372a947f089d1f8b67cb9ea27b5dc3b74cfdf80e8578c611969b9f2755eccf944730123212427903479f87e557dd95f5b72ccf6024d730cf25

diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild
deleted file mode 100644
index 50f388a..000
--- a/media-gfx/fbv/fbv-1.0b.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="simple program to view pictures on a linux framebuffer device"
-HOMEPAGE="http://freshmeat.net/projects/fbv/;
-SRC_URI="http://s-tech.elsat.net.pl/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 sh x86"
-IUSE="gif jpeg png"
-
-RDEPEND="gif? ( media-libs/giflib )
-   jpeg? ( virtual/jpeg )
-   png? ( media-libs/libpng )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/oob-segfault-fbv-${PV}.diff \
-   "${FILESDIR}"/${P}-libpng15.patch \
-   "${FILESDIR}"/${P}-cc.patch
-
-   sed -i -e 's:-lungif:-lgif:g' configure Makefile || die
-}
-
-src_configure() {
-   local myconf="--without-bmp"
-
-   use png || myconf="${myconf} --without-libpng"
-   use gif || myconf="${myconf} --without-libungif"
-   use jpeg || myconf="${myconf} --without-libjpeg"
-
-   ./configure \
-   --cc="$(tc-getCC)" \
-   --libs="${LDFLAGS}" \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   ${myconf} || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin fbv
-   doman fbv.1
-   dodoc ChangeLog README TODO VERSION
-}

diff --git a/media-gfx/fbv/files/fbv-1.0b-cc.patch 
b/media-gfx/fbv/files/fbv-1.0b-cc.patch
deleted file mode 100644
index 531148f..000
--- a/media-gfx/fbv/files/fbv-1.0b-cc.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-# --- T2-COPYRIGHT-NOTE-BEGIN ---
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# 
-# T2 SDE: package/.../fbv/cc.patch
-# Copyright (C) 2007 The T2 SDE Project
-# 
-# More information can be found in the files COPYING and README.
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# --- T2-COPYRIGHT-NOTE-END ---
-
-Imported from Atmel.
-
-  - Rene Rebe 
-
-diff -ur fbv-1.0b/configure fbv-1.0b-avr32/configure
 fbv-1.0b/configure 2004-09-07 13:29:27.0 +0200
-+++ fbv-1.0b-avr32/configure   2006-05-04 11:10:06.0 +0200
-@@ -21,6 +21,7 @@
- unset png
- unset bmp
- unset dfb
-+unset CC
- 
- help(){
- cat << EOF >&2
-@@ -33,6 +34,7 @@
- General:
-   --help  print this message
-   --libs=LIBS additional libraries required (try -lX11 for ungif, -lz for PNG)
-+  --cc=CC specify compiler to use
-   
- Directory and file names:
-   --prefix=PREFIX install files in PREFIX [/usr/local]
-@@ -53,7 +55,7 @@
- --long help,\
- prefix:,srcdir:,bindir:,\
- infodir:,mandir:,\
--without-libungif,without-libjpeg,without-libpng,without-bmp,libs: \
-+without-libungif,without-libjpeg,without-libpng,without-bmp,libs:,cc: \
- -n "$BASENAME" -- "$@")
- 
- if [ $? != 0 ] ; then help ; exit 1 ; fi
-@@ -65,6 +67,7 @@
-   case "$1" in
-   -h|--help) help ; exit 0 ;;
-   --libs) libs="$2"; shift 2 ;;
-+  --cc) CC="$2"; shift 2 ;;
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/fbv/

2016-03-23 Thread Stephen Klimaszewski
commit: d811e51cc11fe858ad3094290565dd9acbeb3e0a
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Wed Mar 23 21:14:33 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Wed Mar 23 21:23:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d811e51c

media-gfx/fbv: Keyword for ~arm64

Package-Manager: portage-2.2.28

 media-gfx/fbv/fbv-1.0b.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild
index 1a81705..50f388a 100644
--- a/media-gfx/fbv/fbv-1.0b.ebuild
+++ b/media-gfx/fbv/fbv-1.0b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://s-tech.elsat.net.pl/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ppc64 sh x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 sh x86"
 IUSE="gif jpeg png"
 
 RDEPEND="gif? ( media-libs/giflib )