diff options
author | 2005-02-23 03:34:36 +0000 | |
---|---|---|
committer | 2005-02-23 03:34:36 +0000 | |
commit | 25fec747ad1f71764d39ba6938d5453ff2ad9008 (patch) | |
tree | 8c91407cfb6f03cf314e709cb86646ac41409eb8 /sys-devel | |
parent | old (diff) | |
download | gentoo-2-25fec747ad1f71764d39ba6938d5453ff2ad9008.tar.gz gentoo-2-25fec747ad1f71764d39ba6938d5453ff2ad9008.tar.bz2 gentoo-2-25fec747ad1f71764d39ba6938d5453ff2ad9008.zip |
Make sure manpage gets installed #81553 by Aron Griffis.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-config/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils-config/binutils-config-1.8-r1.ebuild | 19 | ||||
-rw-r--r-- | sys-devel/binutils-config/files/digest-binutils-config-1.8-r1 | 0 |
3 files changed, 26 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/ChangeLog b/sys-devel/binutils-config/ChangeLog index 16e0a88ee002..55651fc448dd 100644 --- a/sys-devel/binutils-config/ChangeLog +++ b/sys-devel/binutils-config/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.11 2005/01/30 06:21:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.12 2005/02/23 03:34:36 vapier Exp $ + +*binutils-config-1.8-r1 (22 Feb 2005) + + 22 Feb 2005; Mike Frysinger <vapier@gentoo.org> + +binutils-config-1.8-r1.ebuild: + Make sure manpage gets installed #81553 by Aron Griffis. *binutils-config-1.8 (30 Jan 2005) diff --git a/sys-devel/binutils-config/binutils-config-1.8-r1.ebuild b/sys-devel/binutils-config/binutils-config-1.8-r1.ebuild new file mode 100644 index 000000000000..0ff1f7c94aef --- /dev/null +++ b/sys-devel/binutils-config/binutils-config-1.8-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-1.8-r1.ebuild,v 1.1 2005/02/23 03:34:36 vapier Exp $ + +DESCRIPTION="Utility to change the binutils version being used" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="app-shells/bash" + +src_install() { + newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die + doman "${FILESDIR}"/${PN}.8 +} diff --git a/sys-devel/binutils-config/files/digest-binutils-config-1.8-r1 b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r1 |