x11-misc/bbtime: EAPI bump 4 -> 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3967
This commit is contained in:
Harri Nieminen
2017-02-14 15:51:13 +02:00
committed by David Seifert
parent bd72bfe9f7
commit 863e2bed12
2 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools
DESCRIPTION="blackbox time watcher"
HOMEPAGE="https://sourceforge.net/projects/bbtools/"
SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
DOCS=( README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime )
PATCHES=( "${FILESDIR}"/${P}-asneeded.patch )
src_prepare() {
default
mv configure.{in,ac} || die
eautoreconf
}
src_install () {
default
rm "${ED%/}"/usr/share/bbtools/README.bbtime || die
# since multiple bbtools packages provide this file, install
# it in /usr/share/doc/${PF}
mv "${ED%/}/usr/share/bbtools/bbtoolsrc.in" \
"${ED%/}/usr/share/doc/${PF}/bbtoolsrc.example" || die
}

View File

@@ -2,8 +2,8 @@ Fixing build with as-needed
https://bugs.gentoo.org/show_bug.cgi?id=248555
--- configure.in
+++ configure.in
--- a/configure.in
+++ b/configure.in
@@ -47,14 +47,9 @@
AC_PATH_X
AC_PATH_XTRA
@@ -21,8 +21,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=248555
dnl Checks for header files.
AC_HEADER_STDC
--- Makefile.am
+++ Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
-CPPFLAGS = @CPPFLAGS@ \
- -DDEFAULT_CONF=\"$(datadir)/bbtools/bbtime.conf\" \