Parent Directory
|
Revision Log
amd64/x86 stable, bug #246090 (Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)
| 1 | flameeyes | 1.1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | maekke | 1.3 | # $Header: /var/cvsroot/gentoo-x86/app-text/build-docbook-catalog/build-docbook-catalog-1.4.ebuild,v 1.2 2008/11/08 21:05:59 fmccor Exp $ |
| 4 | flameeyes | 1.1 | |
| 5 | DESCRIPTION="DocBook XML catalog auto-updater" | ||
| 6 | HOMEPAGE="http://unknown/" | ||
| 7 | SRC_URI="mirror://gentoo/${P}.bz2" | ||
| 8 | |||
| 9 | LICENSE="GPL-2" | ||
| 10 | SLOT="0" | ||
| 11 | maekke | 1.3 | 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 | RDEPEND="!<app-text/docbook-xsl-stylesheets-1.73.1" | ||
| 15 | |||
| 16 | S=${WORKDIR} | ||
| 17 | |||
| 18 | src_install() { | ||
| 19 | newbin ${P} ${PN} || die | ||
| 20 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |