summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-04-27 19:42:40 +0000
committerAron Griffis <agriffis@gentoo.org>2003-04-27 19:42:40 +0000
commite3ca2f99b65787d75ffb18d091d224ac85247180 (patch)
treeae662b365a5e3a6539e7150e800e6b978d46614a /app-admin
parentupdate echangelog and add man-page (diff)
downloadgentoo-2-e3ca2f99b65787d75ffb18d091d224ac85247180.tar.gz
gentoo-2-e3ca2f99b65787d75ffb18d091d224ac85247180.tar.bz2
gentoo-2-e3ca2f99b65787d75ffb18d091d224ac85247180.zip
add man-page installation to ebuild
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/gentoolkit/Manifest2
-rw-r--r--app-admin/gentoolkit/gentoolkit-0.1.21.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/gentoolkit/Manifest b/app-admin/gentoolkit/Manifest
index 50c553601179..f483e336ee85 100644
--- a/app-admin/gentoolkit/Manifest
+++ b/app-admin/gentoolkit/Manifest
@@ -1,5 +1,5 @@
MD5 1ef52d77e431ee3c9d2c8087e7f3cc89 gentoolkit-0.1.20.ebuild 2522
-MD5 86a2285d74eb1be59db51a2411fee44e gentoolkit-0.1.21.ebuild 2523
+MD5 5be68decc05b0ed0852de794aa41f9ee gentoolkit-0.1.21.ebuild 2530
MD5 194f09e4705f2d46047e52532da67343 ChangeLog 16284
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.20 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.21 0
diff --git a/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild
index 79f757da1fea..f060b9b96cce 100644
--- a/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild
+++ b/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild,v 1.1 2003/04/27 19:39:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.21.ebuild,v 1.2 2003/04/27 19:42:18 agriffis Exp $
DESCRIPTION="Collection of unofficial administration scripts for Gentoo"
HOMEPAGE="http://www.gentoo.org/"
@@ -50,7 +50,6 @@ src_install() {
dosbin ${FILESDIR}/scripts/pkg-clean
dosbin ${FILESDIR}/scripts/mkebuild
-# dosbin ${FILESDIR}/scripts/epm
# dobin ${FILESDIR}/lintool/lintool
# doman ${FILESDIR}/lintool/lintool.1
@@ -58,6 +57,7 @@ src_install() {
# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog}
dobin ${FILESDIR}/scripts/echangelog
+ doman ${FILESDIR}/scripts/echangelog.1
dobin ${FILESDIR}/scripts/ekeyword
}