diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-15 12:46:51 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-15 12:46:51 +0000 |
commit | f8210d271ee9942ee48ff14f576f0a2bec49f306 (patch) | |
tree | 7b76d3f4ec10c22e28887347ca68ef167c567f49 /app-portage | |
parent | OSGi compliant version, swt version bump to 3.3.1.1 (diff) | |
download | gentoo-2-f8210d271ee9942ee48ff14f576f0a2bec49f306.tar.gz gentoo-2-f8210d271ee9942ee48ff14f576f0a2bec49f306.tar.bz2 gentoo-2-f8210d271ee9942ee48ff14f576f0a2bec49f306.zip |
Info generation and installation is handled by build system now
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gatt-svn/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/gatt-svn/gatt-svn-9999.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog index 917366740317..00862d389a24 100644 --- a/app-portage/gatt-svn/ChangeLog +++ b/app-portage/gatt-svn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/gatt-svn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.20 2008/01/13 23:55:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.21 2008/01/15 12:46:51 opfer Exp $ + + 15 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: + Info generation and installation is handled by build system now 13 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: add official HOMEPAGE now diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild index 5567d717b8d1..a0cb5596ca76 100644 --- a/app-portage/gatt-svn/gatt-svn-9999.ebuild +++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.19 2008/01/13 23:55:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.20 2008/01/15 12:46:51 opfer Exp $ inherit subversion @@ -40,14 +40,12 @@ src_compile() { econf || die "econf failed" emake || die "emake failed" use doc && doxygen - cd doc - makeinfo gatt.texi -o gatt.info } src_install() { emake DESTDIR="${D}" install || die "installing ${PF} failed" dodoc README NEWS AUTHORS ChangeLog doc/TUTORIAL newdoc .todo TODO - doinfo doc/gatt.info + if use doc; then dohtml doc/html/* fi |