Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405899 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-mail/queue-repair/queue-repair-0.9.0.ebuild (-12 / +12 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-repair/queue-repair-0.9.0.ebuild,v 1.14 2011/07/11 15:15:31 aballier Exp $
3
# $Header: $
4
4
5
inherit eutils
5
EAPI="5"
6
7
PYTHON_COMPAT=( python{2_6,2_7} )
8
inherit python-single-r1
6
9
7
DESCRIPTION="A toolkit for dealing with the qmail queue directory structure"
10
DESCRIPTION="A toolkit for dealing with the qmail queue directory structure"
8
HOMEPAGE="http://pyropus.ca/software/queue-repair/"
11
HOMEPAGE="http://pyropus.ca/software/queue-repair/"
Lines 10-25 Link Here
10
13
11
LICENSE="GPL-2"
14
LICENSE="GPL-2"
12
SLOT="0"
15
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
14
IUSE=""
17
IUSE=""
15
18
RDEPEND="${PYTHON_DEPS}"
16
src_compile() {
19
REQURIED_USE="${PYTHON_REQUIRED_USE}"
17
	:
18
}
19
20
20
src_install () {
21
src_install () {
21
	insinto /usr/bin
22
	python_newscript queue_repair.py queue-repair.py
22
	newbin queue_repair.py queue-repair.py || die
23
	dosym /usr/bin/queue-repair.py /usr/bin/queue-repair
23
	dosym /usr/bin/queue-repair.py /usr/bin/queue-repair || die
24
	dodoc BLURB TODO CHANGELOG
24
	dodoc BLURB TODO CHANGELOG || die
25
}
25
}

Return to bug 405899