Parent Directory
|
Revision Log
Remove old. (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
| 1 | flameeyes | 1.11 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | flameeyes | 1.1 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | floppym | 1.12 | # $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/build-docbook-catalog-1.4.ebuild,v 1.11 2011/03/29 02:17:56 flameeyes Exp $ |
| 4 | flameeyes | 1.1 | |
| 5 | DESCRIPTION="DocBook XML catalog auto-updater" | ||
| 6 | flameeyes | 1.11 | HOMEPAGE="http://www.gentoo.org/" |
| 7 | SRC_URI="http://dev.gentoo.org/~flameeyes/${PN}/${P}.bz2" | ||
| 8 | flameeyes | 1.1 | |
| 9 | LICENSE="GPL-2" | ||
| 10 | SLOT="0" | ||
| 11 | vapier | 1.8 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" |
| 12 | flameeyes | 1.1 | IUSE="" |
| 13 | |||
| 14 | ssuominen | 1.9 | RDEPEND="|| ( sys-apps/util-linux app-misc/getopt ) |
| 15 | !<app-text/docbook-xsl-stylesheets-1.73.1" | ||
| 16 | DEPEND="" | ||
| 17 | flameeyes | 1.1 | |
| 18 | S=${WORKDIR} | ||
| 19 | |||
| 20 | src_install() { | ||
| 21 | ssuominen | 1.10 | keepdir /etc/xml |
| 22 | flameeyes | 1.11 | newbin ${P} ${PN} || die |
| 23 | flameeyes | 1.1 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |