diff options
author | 2006-12-14 01:20:00 +0000 | |
---|---|---|
committer | 2006-12-14 01:20:00 +0000 | |
commit | b648bce1776026c19c040ec010a50b975eb25d4f (patch) | |
tree | 4c22e8179f426401471b0699847fbbbc6544fd65 /dev-libs/shhopt | |
parent | Fix naming of the variable. (diff) | |
download | gentoo-2-b648bce1776026c19c040ec010a50b975eb25d4f.tar.gz gentoo-2-b648bce1776026c19c040ec010a50b975eb25d4f.tar.bz2 gentoo-2-b648bce1776026c19c040ec010a50b975eb25d4f.zip |
Bump to 1.1.7-r1 to fix bug 132065; thanks to Stefano Balocco
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'dev-libs/shhopt')
-rw-r--r-- | dev-libs/shhopt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/shhopt/files/digest-shhopt-1.1.7 | 2 | ||||
-rw-r--r-- | dev-libs/shhopt/files/digest-shhopt-1.1.7-r1 | 3 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7-r1.ebuild | 19 |
4 files changed, 32 insertions, 2 deletions
diff --git a/dev-libs/shhopt/ChangeLog b/dev-libs/shhopt/ChangeLog index 0905d7a47f7d..70e57f4de00c 100644 --- a/dev-libs/shhopt/ChangeLog +++ b/dev-libs/shhopt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/shhopt -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.3 2005/12/20 00:29:23 ticho Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.4 2006/12/14 01:20:00 masterdriverz Exp $ + +*shhopt-1.1.7-r1 (14 Dec 2006) + + 14 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> + +shhopt-1.1.7-r1.ebuild: + Bump to 1.1.7-r1 to fix bug 132065; thanks to Stefano Balocco 20 Dec 2005; Andrej Kacian <ticho@gentoo.org> shhopt-1.1.7.ebuild: Added ~x86 keyword. diff --git a/dev-libs/shhopt/files/digest-shhopt-1.1.7 b/dev-libs/shhopt/files/digest-shhopt-1.1.7 index d0433500fb7f..4e14dfb2b384 100644 --- a/dev-libs/shhopt/files/digest-shhopt-1.1.7 +++ b/dev-libs/shhopt/files/digest-shhopt-1.1.7 @@ -1 +1,3 @@ MD5 caf24206354296e8a48771aea1f47fbd shhopt-1.1.7.tar.gz 9923 +RMD160 f987c4682d5119f73bf4c67693d9a83a85397408 shhopt-1.1.7.tar.gz 9923 +SHA256 bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679 shhopt-1.1.7.tar.gz 9923 diff --git a/dev-libs/shhopt/files/digest-shhopt-1.1.7-r1 b/dev-libs/shhopt/files/digest-shhopt-1.1.7-r1 new file mode 100644 index 000000000000..4e14dfb2b384 --- /dev/null +++ b/dev-libs/shhopt/files/digest-shhopt-1.1.7-r1 @@ -0,0 +1,3 @@ +MD5 caf24206354296e8a48771aea1f47fbd shhopt-1.1.7.tar.gz 9923 +RMD160 f987c4682d5119f73bf4c67693d9a83a85397408 shhopt-1.1.7.tar.gz 9923 +SHA256 bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679 shhopt-1.1.7.tar.gz 9923 diff --git a/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild new file mode 100644 index 000000000000..9839269197eb --- /dev/null +++ b/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild,v 1.1 2006/12/14 01:20:00 masterdriverz Exp $ + +DESCRIPTION="library for parsing command line options" +SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz" +HOMEPAGE="http://shh.thathost.com/pub-unix/" +LICENSE="Artistic" +DEPEND="" +IUSE="" +SLOT="0" +KEYWORDS="~ppc ~x86" + +src_install () { + dolib.a libshhopt.a + insinto /usr/include + doins shhopt.h + dodoc ChangeLog CREDITS INSTALL README TODO +} |