Skip to content

Commit

Permalink
x11-misc/chgres: EAPI bump 4 -> 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#4029
  • Loading branch information
Moiman authored and SoapGentoo committed Feb 19, 2017
1 parent b51a510 commit 12bf568
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions x11-misc/chgres/chgres-0.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit toolchain-funcs

DESCRIPTION="A very simple command line utility for changing X resolutions"
HOMEPAGE="http://hpwww.ec-lyon.fr/~vincent/"
SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
x11-libs/libXxf86dga
x11-libs/libXext
x11-libs/libXxf86vm"
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
x11-proto/xf86dgaproto"

PATCHES=( "${FILESDIR}"/${P}-{flags,includes}.patch )

src_prepare() {
default
tc-export CC
}

src_install() {
dobin chgres
einstalldocs
}

0 comments on commit 12bf568

Please sign in to comment.