diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-16 10:14:36 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-16 10:14:36 +0000 |
commit | 5fb646ee85a5b831f97b449cd42de5cb4745e068 (patch) | |
tree | 5c6ad3c945d2783316888052fc146e44c785ec03 /app-portage | |
parent | amd64 stable - 213482 (diff) | |
download | gentoo-2-5fb646ee85a5b831f97b449cd42de5cb4745e068.tar.gz gentoo-2-5fb646ee85a5b831f97b449cd42de5cb4745e068.tar.bz2 gentoo-2-5fb646ee85a5b831f97b449cd42de5cb4745e068.zip |
remove all references to TUTORIAL as it is not distributed with the tarball, reported by rich0 on bug 213558
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gatt/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/gatt/gatt-0.6.0.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-portage/gatt/ChangeLog b/app-portage/gatt/ChangeLog index dbee7ad20168..0184b50f4c1b 100644 --- a/app-portage/gatt/ChangeLog +++ b/app-portage/gatt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/gatt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.4 2008/03/13 19:34:40 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.5 2008/03/16 10:14:36 opfer Exp $ + + 16 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gatt-0.6.0.ebuild: + remove all references to TUTORIAL as it is not distributed with the tarball, + reported by rich0 on bug 213558 12 Mar 2008; Christian Faulhammer <opfer@gentoo.org> gatt-0.6.0.ebuild, gatt-9999.ebuild: diff --git a/app-portage/gatt/gatt-0.6.0.ebuild b/app-portage/gatt/gatt-0.6.0.ebuild index 9e90ff069cd0..e06ecd9c8b5c 100644 --- a/app-portage/gatt/gatt-0.6.0.ebuild +++ b/app-portage/gatt/gatt-0.6.0.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/gatt-0.6.0.ebuild,v 1.3 2008/03/12 07:07:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v 1.4 2008/03/16 10:14:36 opfer Exp $ inherit eutils @@ -28,8 +28,7 @@ pkg_setup() { ewarn "Gatt is targeted at Gentoo developers, arch-testers and power users. Do" ewarn "by no means use it if you are new to Gentoo. You have been warned!" ewarn - elog "There are several files that explain usage of Gatt: TUTORIAL," - elog "and gatt.info (best read in that order)" + elog "There is a Info manual shipped with some extensive examples". if use libpaludis && ! built_with_use sys-apps/paludis portage; then ewarn "You either have to emerge Paludis with USE=portage enabled or configure" ewarn "it properly before using Gatt with it." @@ -43,7 +42,7 @@ src_compile() { } src_install() { emake DESTDIR="${D}" install || die - dodoc README NEWS AUTHORS ChangeLog doc/TUTORIAL + dodoc README NEWS AUTHORS ChangeLog if use doc; then dohtml doc/html/* |