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/allegttf | |
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/allegttf')
-rw-r--r-- | media-libs/allegttf/Manifest | 4 | ||||
-rw-r--r-- | media-libs/allegttf/allegttf-2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/allegttf/Manifest b/media-libs/allegttf/Manifest index f2d6aed129ca..27f89ee090c3 100644 --- a/media-libs/allegttf/Manifest +++ b/media-libs/allegttf/Manifest @@ -1,3 +1,3 @@ -MD5 04f31f756935643608f37080dc44fc03 files/digest-allegttf-2.0 64 MD5 7fbddd40a9e2c8f950c289ae13267bf4 ChangeLog 238 -MD5 4506c5b97409f702ab1b7e09c4b6041b allegttf-2.0.ebuild 986 +MD5 041fedb261a19af4de3b52088565d66f allegttf-2.0.ebuild 987 +MD5 04f31f756935643608f37080dc44fc03 files/digest-allegttf-2.0 64 diff --git a/media-libs/allegttf/allegttf-2.0.ebuild b/media-libs/allegttf/allegttf-2.0.ebuild index 3c413abcccef..3c08dd7f5d3a 100644 --- a/media-libs/allegttf/allegttf-2.0.ebuild +++ b/media-libs/allegttf/allegttf-2.0.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/allegttf/allegttf-2.0.ebuild,v 1.2 2003/02/13 12:40:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegttf/allegttf-2.0.ebuild,v 1.3 2003/09/06 23:59:48 msterret Exp $ DESCRIPTION="Anti-aliased text output and font loading routines for Allegro" HOMEPAGE="http://huizen.dds.nl/~deleveld/allegttf.htm" @@ -24,7 +24,7 @@ src_install() { cd ${S}/source mv makefile.lnx makefile.lnx_orig - # hardcoded install paths in makefile + # hardcoded install paths in makefile sed s/'\/usr\/local'/'${D}\/usr'/ makefile.lnx_orig > makefile.lnx cd ${S} |