diff options
Diffstat (limited to 'app-misc/fslint')
-rw-r--r-- | app-misc/fslint/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/fslint/Manifest | 6 | ||||
-rw-r--r-- | app-misc/fslint/fslint-2.24.ebuild (renamed from app-misc/fslint/fslint-2.18.ebuild) | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-misc/fslint/ChangeLog b/app-misc/fslint/ChangeLog index 17a1ed62e..030a3a01c 100644 --- a/app-misc/fslint/ChangeLog +++ b/app-misc/fslint/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-misc/fslint -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jan 2008; Alexandre Rostovtsev (tetromino) <tetromino@gmail.com> + -fslint-2.18.ebuild, +fslint-2.24.ebuild: + Version bump. Update HOMEPAGE. Keyword ~amd64. + 28 Oct 2007; Charlie Shepherd <masterdriverz@gentoo.org> fslint-2.18.ebuild: Style: fix erroneous tab, add quotes around $ROOT and remove unnecessary diff --git a/app-misc/fslint/Manifest b/app-misc/fslint/Manifest index d0a66e7ab..db3a2ec49 100644 --- a/app-misc/fslint/Manifest +++ b/app-misc/fslint/Manifest @@ -1,4 +1,4 @@ -DIST fslint-2.18.tar.gz 71568 RMD160 607159bf48e5f8aa8284094e341cf687e4967738 SHA1 1b4604472478f7d2d1bc7d70a46877f96fa7b8d7 SHA256 296a1803ceffd1c51b5efbaf6c64341157f0b5d0fdac42003f9ae04bb2322533 -EBUILD fslint-2.18.ebuild 1251 RMD160 dd628fecf9d25f825688b77de7276619c9a6ba82 SHA1 2f44e670488e6532d84355ae574449308c3a7db6 SHA256 47c82bdff5e2813aa4f600934c101ea039f159b1dcea7770d0c013f951449e4c -MISC ChangeLog 402 RMD160 f5abdc75d9f02e268747d3b9eb5e2294a147377c SHA1 57812364e9b9d960ffd61f7d7ad468598e0d6576 SHA256 d3ff448b1d3018c6ffd11b934c35855694a284dd938311441fa654cd00f7990e +DIST fslint-2.24.tar.gz 87255 RMD160 07af6f0c9e9d640295e1c3650040cc15706df190 SHA1 086be5c3509b187ca3f6d01d12a1f0f275995911 SHA256 c738e6045e4617d8f9c9a151a644fb4ac0a2ff6ffbfc0e05878f9d7b2a3d4ef6 +EBUILD fslint-2.24.ebuild 1255 RMD160 8a150e46013f846df2c6e9592cdba90d9520db29 SHA1 859ed3c8415f04b9f3f999c2bfdb8edde7aa17cb SHA256 7bc765cda02f25ac33455f3d53cdfafa87806dcc336065fc86e1edd3721b19fa +MISC ChangeLog 566 RMD160 95c6a7c9f06f06bacf3daa6a21ea8303d3b563a5 SHA1 eacb852267a507be2d5fe06f5c54e267c7be4c62 SHA256 6e82a357351810b30a91e20939d6f8e0c4d261d746693be676f66b2cbf3ef05f MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-misc/fslint/fslint-2.18.ebuild b/app-misc/fslint/fslint-2.24.ebuild index aecce54c7..3fc4d82bf 100644 --- a/app-misc/fslint/fslint-2.18.ebuild +++ b/app-misc/fslint/fslint-2.24.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python multilib DESCRIPTION="A utility to find various forms of lint on a filesystem" -HOMEPAGE="http://www.iol.ie/~padraiga/fslint/" +HOMEPAGE="http://www.pixelbeat.org/fslint/" SRC_URI="http://www.pixelbeat.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |