diff options
-rw-r--r-- | app-text/sloccount/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/sloccount/Manifest | 4 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.26-r1.ebuild | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index f84500b1d498..421ee022f9b3 100644 --- a/app-text/sloccount/ChangeLog +++ b/app-text/sloccount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/sloccount # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.19 2008/10/14 07:08:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.20 2008/10/14 07:09:18 robbat2 Exp $ + + 14 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> + sloccount-2.26-r1.ebuild: + Cleanup. 14 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> sloccount-2.22.ebuild, sloccount-2.26.ebuild, sloccount-2.26-r1.ebuild: diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest index 99380f0381b6..c6546077fa6c 100644 --- a/app-text/sloccount/Manifest +++ b/app-text/sloccount/Manifest @@ -4,7 +4,7 @@ AUX sloccount-2.26-libexec.patch 2293 RMD160 39ba8614920f96e412cc7baa36aa3b0635e DIST sloccount-2.22.tar.gz 186990 RMD160 2f67866fea8d3dc6a5262a9c347d5dba357be1cb SHA1 8e114e5e3fc2b995f3619b4306644ec8ec87312b SHA256 1928181813ec771e175dad0d821171e15d3ab5e9d6fdf5cdb4c0a0f70c154d02 DIST sloccount-2.26.tar.gz 190948 RMD160 a5bd1dbe8bd5e5c52ed790990c0d5d8fc49b26ff SHA1 505031c6adfb93e454aaf8b0ee7de04122079d13 SHA256 fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b EBUILD sloccount-2.22.ebuild 1095 RMD160 268f031c5b96f179d2b748039e87cc671f646933 SHA1 d99ec8fc5bba56e2a2e1d5c714a0d9bdfb14662f SHA256 bb5d4ad8d7261b82776ce01ae531a0f2c126456bbea0b29ad95c696884be39fa -EBUILD sloccount-2.26-r1.ebuild 1075 RMD160 b00356ee0bd0512fc596fa847d3122bc16655691 SHA1 b5eac000db7e15ef588f7250f61d7a64b08a0691 SHA256 3f0564d1a873cce209958570d293f0d40b5a6fa230e6b71482b866658f63a82f +EBUILD sloccount-2.26-r1.ebuild 1081 RMD160 44aba2759d1dcd9546b2e078319cd8970b0b4a43 SHA1 6a930d78847f3f4b8db8fa4e35d765de4e3a4df3 SHA256 3e72707173c2b3110e29de7dcf7f000cb49e951767a3f08dba20e1adf8e36c24 EBUILD sloccount-2.26.ebuild 1059 RMD160 12e56a50e157e8e7f1e4906a6497863e0ead6205 SHA1 85a6f9d7d5402969b0eac95fae2cc225a9c1f562 SHA256 e55a5b7dabfdf371b70478d541552ddb106ce7c1c4f6a35cd4af27629a83b6df -MISC ChangeLog 2697 RMD160 c100ab59b7c572f9be4d53dd8a971e53fdc7b050 SHA1 ca9ee8c9e92ff82d1bc14f6a4eb00517dbf0c2ec SHA256 59213ccb7c2f4a2bc89626ef656cacc596a8c7e4ffe8cf7ddc9a3b05f576dfcc +MISC ChangeLog 2790 RMD160 05e6ef016608ca88560a99b77c6e17ddd741f059 SHA1 46884cef5ff6895b84329cd0556319537700646b SHA256 bde2f73c4071f8579e8289964ef3c27465ea3a99f77895981c369206397242cf MISC metadata.xml 223 RMD160 ffa99612cf27469c417944deed0e0c9155e64331 SHA1 607c637402dd253406aa6ee684471a702c5d1a99 SHA256 d6bb9ba68629616062b4433ab3b8fb01dfcafae5bb47804d9e06cdd6c66daa44 diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild index dbc380c8b7b1..33a7a2b7fb36 100644 --- a/app-text/sloccount/sloccount-2.26-r1.ebuild +++ b/app-text/sloccount/sloccount-2.26-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.10 2008/10/14 07:08:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.11 2008/10/14 07:09:18 robbat2 Exp $ inherit eutils @@ -20,9 +20,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-libexec.patch - epatch ${FILESDIR}/${P}-coreutils-tail-n-fix.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-libexec.patch + epatch "${FILESDIR}"/${P}-coreutils-tail-n-fix.patch sed -i \ -e "/^CC/ { s/$/ ${CFLAGS}/g }" \ |