From 560b00ad4d4c8ee371afccb0760c699235823389 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 7 Jan 2011 18:20:02 +0100 Subject: Some QA on ebuild style (Portage version: 2.2.0_alpha14/git/Linux x86_64, signed Manifest commit with key 70EB7916) --- sys-devel/ucpp/ChangeLog | 5 ++++- sys-devel/ucpp/Manifest | 13 ++++++++++++- sys-devel/ucpp/ucpp-1.3.ebuild | 9 +++------ 3 files changed, 19 insertions(+), 8 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/ucpp/ChangeLog b/sys-devel/ucpp/ChangeLog index 4ee7ce74f..810d0c643 100644 --- a/sys-devel/ucpp/ChangeLog +++ b/sys-devel/ucpp/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-devel/ucpp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 07 Jan 2011; Justin Lecher ucpp-1.3.ebuild: + Some QA on ebuild style + *ucpp-1.3 (22 Mar 2009) 22 Mar 2009; justin Lecher (jlec) diff --git a/sys-devel/ucpp/Manifest b/sys-devel/ucpp/Manifest index bfcbd687e..e7a64de5d 100644 --- a/sys-devel/ucpp/Manifest +++ b/sys-devel/ucpp/Manifest @@ -1,4 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + AUX tune.h.patch 723 RMD160 411f358400f0c0a8f813e25f580f69b22bf759d3 SHA1 022f30c77266c9b4c0773e9bdf54296503570971 SHA256 27bdbc0e81ba1c60b4f069b6a05eedb44445d4768b2a5808e53117a7ed7e7871 DIST ucpp-1.3.tar.bz2 73958 RMD160 08f9ef1ada15c7451b7966733fb0a63bbe6b179a SHA1 12caf535986e3919d58c47ca35ae9ed4efaa1cf0 SHA256 d0a51c20040385b143f15fc08eefec6119773fb07232a14c08bbb49cb1c5f1fa -EBUILD ucpp-1.3.ebuild 697 RMD160 a8f470f17e1200fb0a62dd48801e07cb0decce7d SHA1 b2f90239f517f961c82894ed819908023a4ad55e SHA256 5763741d0ee5a37da1710f2d23229c681ebd25d45ae589359372804972b59528 +EBUILD ucpp-1.3.ebuild 679 RMD160 1146d76562b98f359c9bdc50576837bcb32a9384 SHA1 fdddc3af4efb91d3ae6d6c640606befcdd9e927f SHA256 af0b3757c2dd31da017cb3517c1c3e730399c5620c704182d02ccf4c9d634111 +MISC ChangeLog 363 RMD160 eb1cf5a5381c54b50ff78ba4ebd6a3235d84a1cf SHA1 87b9ff7b57ce16e2d368306d007137bd135ff459 SHA256 58f1024b6da9925a18fd2c6421cd9190e4eec9bd65c085b2f4e24e9a56936bca MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAk0nS0IACgkQgAnW8HDreRbOdgCg0Mxi6VxWxzB+lWPuB3h/koN1 +KewAoMweLB8JuYlVmGpiEOoBELeEfAtY +=yHs1 +-----END PGP SIGNATURE----- diff --git a/sys-devel/ucpp/ucpp-1.3.ebuild b/sys-devel/ucpp/ucpp-1.3.ebuild index 841b2c0fb..1a62875c4 100644 --- a/sys-devel/ucpp/ucpp-1.3.ebuild +++ b/sys-devel/ucpp/ucpp-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" - src_prepare() { epatch "${FILESDIR}"/tune.h.patch } @@ -26,12 +23,12 @@ src_compile() { emake \ FLAGS="${CFLAGS} -DSTAND_ALONE" \ CC=$(tc-getCC) \ - STAND_ALONE="-DSTAND_ALONE" + STAND_ALONE="-DSTAND_ALONE" || die } src_install() { dolib.a lib${PN}.a || die doman ${PN}.1 || die dobin ${PN} || die - dodoc README + dodoc README || die } -- cgit v1.2.3-18-g5258