diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-29 18:53:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-29 18:53:19 +0000 |
commit | f7ed68f1284e807003930b79c822937f27f75b9c (patch) | |
tree | 048098f1ea33142b010fe24cc36b16f07a47854b /sci-libs/balbes-db | |
parent | Bump for #308767 (diff) | |
download | historical-f7ed68f1284e807003930b79c822937f27f75b9c.tar.gz historical-f7ed68f1284e807003930b79c822937f27f75b9c.tar.bz2 historical-f7ed68f1284e807003930b79c822937f27f75b9c.zip |
typo fixed
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/balbes-db')
-rw-r--r-- | sci-libs/balbes-db/Manifest | 8 | ||||
-rw-r--r-- | sci-libs/balbes-db/balbes-db-6.1.3.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/balbes-db/Manifest b/sci-libs/balbes-db/Manifest index c88befa7c23d..4359b462d4d7 100644 --- a/sci-libs/balbes-db/Manifest +++ b/sci-libs/balbes-db/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 DIST ccp4-6.1.3-balbesdb-10-11-08.tar.gz 600856059 RMD160 4b57aecf3d0961ea4043c04074e686b8950b903a SHA1 ca162be8de10860afbb0fe0b17e12a3ee5d0cfef SHA256 5606fc5e131138b56fa3a1afce014225a6c07826b99587f132f6c337585f4f0d -EBUILD balbes-db-6.1.3.ebuild 1359 RMD160 8e23c05a6b1586aa034b46712d78969be4b526e4 SHA1 9acf202e5219193ad983220818bdc24e7ae4838d SHA256 7439115ec837fc94046198ac0998b5cc152fb81886cd8f8e9f4f561bb7e99309 +EBUILD balbes-db-6.1.3.ebuild 1362 RMD160 f146ed89d737ec98bc87b7eb194358ec6d4fef54 SHA1 eb89643004f7fb355f63e4d5290b551588ad9545 SHA256 bdbbf8ccda4b48f50b3558c9c0e4a1a60d9a92f78b1bc5edfc5972674f70ecc9 MISC ChangeLog 475 RMD160 c8266894f6a8300a02fa47aa451e52f8b3d4fff4 SHA1 ea29a30b478af8ac73a230c38cd4e49cfd2a3847 SHA256 6da7f28f024937c8d45d5b934b879fa535314529c8b914089fa3a2c40e01704c MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) -iEYEARECAAYFAkuvvbkACgkQgAnW8HDreRaYgACcCf5w1Mfyi7mYGkONw9LJBYzH -scoAn0zdqrb3roLptnGpmXK0Qhy70K7a -=5HLD +iEYEARECAAYFAkuw9yUACgkQgAnW8HDreRb5BwCdGTvLJZNdgMKHRkk+NIhwAsPv +C+0AniRkT9kAtqz//hvyOdO9MTX98/4h +=A7mR -----END PGP SIGNATURE----- diff --git a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild b/sci-libs/balbes-db/balbes-db-6.1.3.ebuild index 3b75b4d10bb7..4123daec8891 100644 --- a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild +++ b/sci-libs/balbes-db/balbes-db-6.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.2 2010/03/28 20:36:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.3 2010/03/29 18:53:19 jlec Exp $ EAPI="3" @@ -33,7 +33,7 @@ src_install() { # the disk space einfo "Installing files, which can take some time ..." mv "${S}"/share/balbes/BALBES_0.0.1/* "${ED}"/usr/share/balbes/BALBES_0.0.1/ || die - # db files should be executable + # db files shouldn't be executable find "${ED}"/usr/share/balbes/BALBES_0.0.1/ \ -type f \ -exec chmod 664 '{}' \; |