| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2011 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/app-text/build-docbook-catalog/Attic/build-docbook-catalog-1.4.ebuild,v 1.10 2009/07/08 20:18:17 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/Attic/build-docbook-catalog-1.4.ebuild,v 1.11 2011/03/29 02:17:56 flameeyes Exp $ |
| 4 | |
4 | |
| 5 | DESCRIPTION="DocBook XML catalog auto-updater" |
5 | DESCRIPTION="DocBook XML catalog auto-updater" |
| 6 | HOMEPAGE="http://unknown/" |
6 | HOMEPAGE="http://www.gentoo.org/" |
| 7 | SRC_URI="mirror://gentoo/${P}.bz2" |
7 | SRC_URI="http://dev.gentoo.org/~flameeyes/${PN}/${P}.bz2" |
| 8 | |
8 | |
| 9 | LICENSE="GPL-2" |
9 | LICENSE="GPL-2" |
| 10 | SLOT="0" |
10 | SLOT="0" |
| 11 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" |
11 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" |
| 12 | IUSE="" |
12 | IUSE="" |
| … | |
… | |
| 17 | |
17 | |
| 18 | S=${WORKDIR} |
18 | S=${WORKDIR} |
| 19 | |
19 | |
| 20 | src_install() { |
20 | src_install() { |
| 21 | keepdir /etc/xml |
21 | keepdir /etc/xml |
| 22 | newbin ${P} ${PN} || die "newbin failed" |
22 | newbin ${P} ${PN} || die |
| 23 | } |
23 | } |