diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:59:55 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:59:55 +0000 |
commit | f9c3248315f53107578d56c02f11d42c3afbbe97 (patch) | |
tree | 3c98e357597e3f41cab2af7136f59ef4da770c3b /media-libs/jpgalleg | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.gz gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.bz2 gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-libs/jpgalleg')
-rw-r--r-- | media-libs/jpgalleg/Manifest | 2 | ||||
-rw-r--r-- | media-libs/jpgalleg/jpgalleg-1.1.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/jpgalleg/Manifest b/media-libs/jpgalleg/Manifest index 57bf4bdd6306..6ca9a3ad8783 100644 --- a/media-libs/jpgalleg/Manifest +++ b/media-libs/jpgalleg/Manifest @@ -1,5 +1,5 @@ MD5 d51ddaf97585c228d41a9b41b826123d ChangeLog 326 MD5 d6dddf0f9241286f270979dcb89b141d jpgalleg-1.1-r1.ebuild 1309 -MD5 19dccb68abd1c578c8e69c43d1b4f19d jpgalleg-1.1.ebuild 1232 +MD5 5d76e59d5a54fa0e1018afcaab64e740 jpgalleg-1.1.ebuild 1224 MD5 ce07dc77998f88ba139410e60ad88061 files/digest-jpgalleg-1.1 112 MD5 ce07dc77998f88ba139410e60ad88061 files/digest-jpgalleg-1.1-r1 112 diff --git a/media-libs/jpgalleg/jpgalleg-1.1.ebuild b/media-libs/jpgalleg/jpgalleg-1.1.ebuild index 9969550945d6..6209ff2b68e1 100644 --- a/media-libs/jpgalleg/jpgalleg-1.1.ebuild +++ b/media-libs/jpgalleg/jpgalleg-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-1.1.ebuild,v 1.2 2003/02/13 12:46:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-1.1.ebuild,v 1.3 2003/09/06 23:59:48 msterret Exp $ DESCRIPTION="The jpeg loading routines are able to load almost any JPG image file with Allegro." HOMEPAGE="http://orbflux.com/jpgalleg/" @@ -29,15 +29,15 @@ src_install() { cd ${S}/ dodir /usr/include dodir /usr/lib - + insinto /usr/include doins jpgalleg.h insinto /usr/lib - doins libjpgal.a - + doins libjpgal.a + dodoc README insinto /usr/share/doc/${P}/examples - doins * # maybe not a good idea but it's not really a 'package' + doins * # maybe not a good idea but it's not really a 'package' } |