Changeset - c0566169930b
[Not reviewed]
default
0 3 0
Nathan Brink (binki) - 15 years ago 2010-01-10 13:49:04
ohnobinki@ohnopublishing.net
dev-libs/liblist: Add ~ppc keyword
3 files changed with 9 insertions and 5 deletions:
0 comments (0 inline, 0 general)
dev-libs/liblist/ChangeLog
Show inline comments
 
# ChangeLog for dev-libs/liblist
 
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v 1.2 2009/12/05 22:32:30 nerdboy Exp $
 

	
 
  09 Jan 2010; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> liblist-2.2.1.ebuild:
 
  Add ~ppc
 

	
 
*liblist-2.2.1 (29 Dec 2009)
 

	
 
  29 Dec 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> +liblist-2.2.1.ebuild:
 
  Added liblist-2.2.1, the first worthwhile release.
 

	
 
  29 Dec 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> liblist-9999.ebuild,
 
  -files/liblist-9999-sharedlib.patch:
 
  Simplified and compatible with newer Mercurial (Remove patch, let
 
  autotools install files). Fixed HOMEPAGE URL.
 

	
 
  23 Dec 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> liblist-9999.ebuild:
 
  Fix installation of the cache manpage.
 

	
 
  23 Dec 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> -liblist-2.1.ebuild,
 
  -liblist-2.1-r1.ebuild, -files/liblist-2.1-sharedlib.patch,
 
  +liblist-9999.ebuild, +files/liblist-9999-sharedlib.patch:
 
  Added live ebuild -- removed in-portage ebuilds. Fixed dynamic lib patch
 
  to work with the mercurial version.
 

	
 
*liblist-2.1-r1 (05 Dec 2009)
dev-libs/liblist/Manifest
Show inline comments
 
DIST liblist-2.2.1.tar.bz2 248527 RMD160 0a377943d0cfae441cb102a203a83a9a4e3c5c87 SHA1 3c850d1acfb8a98245fbabdde350652e4eea0648 SHA256 a899f22cd6fdbb7867cf658732e2d1042e1fe01989c0f4b0e0fdb148c1c0d7c6
 
EBUILD liblist-2.2.1.ebuild 1133 RMD160 622df71d93df4cd5eb93b3823b715435396c08e2 SHA1 76698e3f767929e08ffa72e1658337f0ea71b448 SHA256 63442c266dda33898001117218da02095dfcb67942783b0ead6daba547e7125a
 
EBUILD liblist-2.2.1.ebuild 1138 RMD160 d5742d2629c4e95016d2b3499b72698ff206b9bf SHA1 4e2541f8a147d88e9eb7cbb16e7d8226f2b94e6c SHA256 773c67156ed9b5a1baf5ebc6828cbd503366f29b1860d188787f11643f3aa443
 
EBUILD liblist-9999.ebuild 1231 RMD160 7a98a5ee9f636b08c2f14d49781da63535015c3a SHA1 682a874f9495d01e2adac08cf1c39558fd7c59b1 SHA256 605219a0f4e05d57914795cbfba6e8694d106a7877b31ece00c86a6bc56cb3eb
 
MISC ChangeLog 1718 RMD160 a10197e701d20ea164c8f10955607a11c117c865 SHA1 88526950ef7e5b0ddefe5260bbc630cff029ab39 SHA256 e8160da8f4f135e2b2a20dca4fc104ed041aa4d465f5bc60257d5027169ceebd
 
MISC ChangeLog 1833 RMD160 b3d15c3bb30db187c0f25a661ff128e643adec67 SHA1 1b82bf2a103822037a003192a5b79729a621c2a8 SHA256 47d3dae709a4624fcef8eea971d436d6c4843d39fe257d0180e96e3a68eb4758
 
MISC metadata.xml 473 RMD160 97667dfa400a624c3ba66fbaefa5bb5bf592c485 SHA1 8ab2e330cbc7993d95c0492ae14540ab5e0177ac SHA256 197f1543dd37a80c8de5ee4083d4eb659c8be038483895e11225c68e93da11f1
dev-libs/liblist/liblist-2.2.1.ebuild
Show inline comments
 
# Copyright 1999-2009 Gentoo Foundation
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/liblist-2.1-r1.ebuild,v 1.1 2009/12/05 22:32:30 nerdboy Exp $
 

	
 
EAPI="2"
 

	
 
DESCRIPTION="This package provides generic linked-list manipulation routines, plus queues and stacks."
 
HOMEPAGE="http://ohnopub.net/liblist"
 
SRC_URI="ftp://ohnopublishing.net/mirror/${P}.tar.bz2"
 

	
 
LICENSE="GPL-2"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
KEYWORDS="~amd64 ~ppc ~x86"
 
IUSE="doc examples"
 

	
 
src_configure() {
 
	econf $(use_enable doc docs) \
 
		$(use_enable examples)
 
}
 

	
 
src_install() {
 
	emake DESTDIR="${D}" install || die
 

	
 
	dodoc README || die
 

	
 
	if use examples; then
 
		insinto /usr/share/doc/${P}/examples
 
		doins examples/{*.c,Makefile,README} || die
 
		insinto /usr/share/doc/${P}/examples/cache
 
		doins examples/cache/{*.c,Makefile,README} || die
 
	fi
 
}
 

	
 
pkg_postinst() {
 
	elog "Note the man pages for this package have been renamed to avoid"
 
	elog "name collisions with some system functions, however, the libs"
 
	elog "and header files have not been changed."
0 comments (0 inline, 0 general)