Files
@ afd5c3237927
Branch filter:
Location: ohnobinki_overlay/app-portage/sunrise-commit/sunrise-commit-0.ebuild - annotation
afd5c3237927
477 B
application/vnd.gentoo.ebuild
app-crypt/qca: Fix template qca2.pc.in so that ``pkg-config --cflags qca2'' gives -I/usr/include/qca2/QtCrypto instead of -I/usr/include/QtCrypto.
(Portage version: 2.2_rc69-r1/hg/Linux x86_64, signed Manifest commit)
(Portage version: 2.2_rc69-r1/hg/Linux x86_64, signed Manifest commit)
ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 38c16129b5b8 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 ebc442ef8a77 | # Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
DESCRIPTION="Script for committing to the sunrise overlay"
HOMEPAGE="http://github.com/mgorny/sunrise-commit/"
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="!!app-portage/overlay-utils
sys-apps/portage"
S=${WORKDIR}/${PN}
src_install() {
dobin ${PN} || die
doman ${PN}.1 || die
}
|