diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-libs/slib | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/slib')
-rw-r--r-- | dev-libs/slib/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/slib/slib-2.4.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/slib/Manifest b/dev-libs/slib/Manifest index 544fcc214921..9ad0ef6c54f6 100644 --- a/dev-libs/slib/Manifest +++ b/dev-libs/slib/Manifest @@ -1,5 +1,5 @@ -MD5 e7708edef83d3331853f7c5d2f812a90 slib-2.4.2.ebuild 869 MD5 10597b3a9ccf6616f870edc9b3eb3942 ChangeLog 1031 -MD5 95c8f2d8b329329b939d147794f2c4ef slib-2.4.3.ebuild 880 +MD5 f701c78fd8ec5d3707e0c6a1f2c7cba0 slib-2.4.2.ebuild 870 +MD5 4ad8613514582d1f7b6abdaad1ae8ac6 slib-2.4.3.ebuild 881 MD5 b03f0974d61facc6baf55cd7c52c4d00 files/digest-slib-2.4.2 56 MD5 3569b91b0a2d855c5b8b93cb260d7b7f files/digest-slib-2.4.3 56 diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index dca62ab65b82..944079d28770 100644 --- a/dev-libs/slib/slib-2.4.2.ebuild +++ b/dev-libs/slib/slib-2.4.2.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/dev-libs/slib/slib-2.4.2.ebuild,v 1.10 2003/03/01 04:57:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.11 2003/09/06 22:29:25 msterret Exp $ MY_P=${PN}2d2 S=${WORKDIR}/${PN} @@ -27,6 +27,6 @@ src_install() { pkg_postinst() { if [ "${ROOT}" == "/" ] ; then einfo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" fi } diff --git a/dev-libs/slib/slib-2.4.3.ebuild b/dev-libs/slib/slib-2.4.3.ebuild index 1d79c965f0e9..c31cf2f56b39 100644 --- a/dev-libs/slib/slib-2.4.3.ebuild +++ b/dev-libs/slib/slib-2.4.3.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/dev-libs/slib/slib-2.4.3.ebuild,v 1.12 2003/07/24 18:39:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.13 2003/09/06 22:29:25 msterret Exp $ MY_P=${PN}2d5 S=${WORKDIR}/${PN} @@ -27,6 +27,6 @@ src_install() { pkg_postinst() { if [ "${ROOT}" == "/" ] ; then einfo "Installing..." - guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" fi } |