diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:08:42 +0000 |
commit | 04ec956f52408d21a26945c0fd14dfdea6ebf743 (patch) | |
tree | 27a8de505dbf0a298d9f348b10919f1c83bcfc59 /app-admin/osiris | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.gz historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.tar.bz2 historical-04ec956f52408d21a26945c0fd14dfdea6ebf743.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-admin/osiris')
-rw-r--r-- | app-admin/osiris/Manifest | 6 | ||||
-rw-r--r-- | app-admin/osiris/osiris-1.5.1b.ebuild | 6 | ||||
-rw-r--r-- | app-admin/osiris/osiris-1.5.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/osiris/Manifest b/app-admin/osiris/Manifest index 8cf66d0f2e0e..b58de714742f 100644 --- a/app-admin/osiris/Manifest +++ b/app-admin/osiris/Manifest @@ -1,5 +1,5 @@ -MD5 ef9d26aad978cc9e432f70b2b7419101 osiris-1.5.1b.ebuild 1405 -MD5 3ac76a69a8183bff255caea5bea127f4 osiris-1.5.2.ebuild 1408 MD5 215e618fc5a443c42801635ccdaaa3e7 ChangeLog 736 -MD5 6f6df8ce6e4231c6c1c4ceeca6efafa4 files/digest-osiris-1.5.2 64 +MD5 29b4a2206b04199e4dfe794b02bfdbff osiris-1.5.1b.ebuild 1407 +MD5 bff886327611579955e67fdaf7a0e4dc osiris-1.5.2.ebuild 1407 MD5 c7b045dea619bd3050052a07c64ef24e files/digest-osiris-1.5.1b 65 +MD5 6f6df8ce6e4231c6c1c4ceeca6efafa4 files/digest-osiris-1.5.2 64 diff --git a/app-admin/osiris/osiris-1.5.1b.ebuild b/app-admin/osiris/osiris-1.5.1b.ebuild index e2793b77b625..7ffbe97d8c9d 100644 --- a/app-admin/osiris/osiris-1.5.1b.ebuild +++ b/app-admin/osiris/osiris-1.5.1b.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/app-admin/osiris/osiris-1.5.1b.ebuild,v 1.4 2003/06/29 15:24:07 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.1b.ebuild,v 1.5 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="File integrity verification system" @@ -23,13 +23,13 @@ src_compile() { einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\"" einfo "is set as a USE variable; it cannot be configured to use both." - + local myconf use mysql && myconf="${myconf} --enable-module=mysql" # The mysql module searches for the mysql.h file in the wrong place # sed line replaces it with the proper path (mysql/mysql.h) - + cp ${S}/src/modules/module_mysql.c ${S}/src/modules/module_mysql.c.old use mysql && sed -e "s:mysql.h:mysql/mysql.h:" \ ${S}/src/modules/module_mysql.c.old > ${S}/src/modules/module_mysql.c diff --git a/app-admin/osiris/osiris-1.5.2.ebuild b/app-admin/osiris/osiris-1.5.2.ebuild index 0da577d85f7f..27989c4e67e9 100644 --- a/app-admin/osiris/osiris-1.5.2.ebuild +++ b/app-admin/osiris/osiris-1.5.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/app-admin/osiris/osiris-1.5.2.ebuild,v 1.1 2003/07/22 00:10:03 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.2.ebuild,v 1.2 2003/09/06 22:08:32 msterret Exp $ DESCRIPTION="File integrity verification system" @@ -23,13 +23,13 @@ src_compile() { einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\"" einfo "is set as a USE variable; it cannot be configured to use both." - + local myconf use mysql && myconf="${myconf} --enable-module=mysql" # The mysql module searches for the mysql.h file in the wrong place # sed line replaces it with the proper path (mysql/mysql.h) - + cp ${S}/src/modules/module_mysql.c ${S}/src/modules/module_mysql.c.old use mysql && sed -e "s:mysql.h:mysql/mysql.h:" \ ${S}/src/modules/module_mysql.c.old > ${S}/src/modules/module_mysql.c |