mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
David Seifert
parent
bd72bfe9f7
commit
863e2bed12
37
x11-misc/bbtime/bbtime-0.1.5-r1.ebuild
Normal file
37
x11-misc/bbtime/bbtime-0.1.5-r1.ebuild
Normal 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
|
||||
}
|
||||
@@ -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\" \
|
||||
|
||||
Reference in New Issue
Block a user