diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:04:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:04:29 +0000 |
commit | 49cc34a1ca54f250841349ef0647d732b8140fd8 (patch) | |
tree | e1f78e94fbe91eacac392a5567a6978be60ff096 /net-libs/openh323 | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-49cc34a1ca54f250841349ef0647d732b8140fd8.tar.gz historical-49cc34a1ca54f250841349ef0647d732b8140fd8.tar.bz2 historical-49cc34a1ca54f250841349ef0647d732b8140fd8.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-libs/openh323')
-rw-r--r-- | net-libs/openh323/Manifest | 12 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.11.7.ebuild | 8 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.12.0-r1.ebuild | 16 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.12.2.ebuild | 16 |
4 files changed, 26 insertions, 26 deletions
diff --git a/net-libs/openh323/Manifest b/net-libs/openh323/Manifest index b24a8c00402f..d95043559faf 100644 --- a/net-libs/openh323/Manifest +++ b/net-libs/openh323/Manifest @@ -1,11 +1,11 @@ MD5 d8fe7649116de281529f4d3616cabe0c ChangeLog 4014 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 6244cda88e027d5a90b5fcf54e406eef openh323-1.11.7.ebuild 1844 -MD5 2dfd1a818a1aeee4f9e97014c8ee570f openh323-1.12.0-r1.ebuild 2713 -MD5 6d2e3a39b6acd68387c404ba4f684bc5 openh323-1.12.2.ebuild 2754 +MD5 53e0a3534865471e42d38f10d6c06525 openh323-1.11.7.ebuild 1842 MD5 4859f1257934ee01b381308cbb290d2d openh323-1.9.10-r1.ebuild 1117 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 53f922646c126ff274c62ef66f4a04b1 openh323-1.12.0-r1.ebuild 2707 +MD5 1f8e728d3678a57d157cdf45d0eda5d7 openh323-1.12.2.ebuild 2748 MD5 e9ac1227eaf205c20f84a4fc712e8d66 files/digest-openh323-1.11.7 68 -MD5 238a3a0b91aabce0a61e0dd5c4b9ee68 files/digest-openh323-1.12.0-r1 68 -MD5 2efc1a39c75805caacb974bfa6208dea files/digest-openh323-1.12.2 68 MD5 47caff52a16cf5135ad984dcfe022f6a files/digest-openh323-1.9.10-r1 68 MD5 c3dd75b2e6b09b4f5cc5b88a12064159 files/openh323-1.11.7-emptyMakefile 8 +MD5 238a3a0b91aabce0a61e0dd5c4b9ee68 files/digest-openh323-1.12.0-r1 68 +MD5 2efc1a39c75805caacb974bfa6208dea files/digest-openh323-1.12.2 68 diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild index c121a3234edc..7602f3f4bbd1 100644 --- a/net-libs/openh323/openh323-1.11.7.ebuild +++ b/net-libs/openh323/openh323-1.11.7.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/net-libs/openh323/openh323-1.11.7.ebuild,v 1.6 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.7 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -20,10 +20,10 @@ DEPEND=">=sys-apps/sed-4 pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -59,7 +59,7 @@ src_install() { # mod to keep gnugk happy insinto /usr/share/openh323/src newins ${FILESDIR}/openh323-1.11.2-emptyMakefile Makefile - + rm -f ${D}/usr/lib/libopenh323.so if [ ${ARCH} = "ppc" ] ; then dosym /usr/lib/libh323_linux_ppc_r.so.${PV} /usr/lib/libopenh323.so diff --git a/net-libs/openh323/openh323-1.12.0-r1.ebuild b/net-libs/openh323/openh323-1.12.0-r1.ebuild index 6cb2d3872b97..124e37892f3c 100644 --- a/net-libs/openh323/openh323-1.12.0-r1.ebuild +++ b/net-libs/openh323/openh323-1.12.0-r1.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/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.4 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.5 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -23,10 +23,10 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -52,13 +52,13 @@ src_compile() { # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1 makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1" - + if [ "`use ssl`" ]; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" fi - + econf || die emake ${makeopts} opt || die "make failed" } @@ -68,7 +68,7 @@ src_install() { # make NOTRACE=1 opt ==> linux_$ARCH_n # make opt ==> linux_$ARCH_r OPENH323_ARCH="linux_${ARCH}_n" - + dodir /usr/bin /usr/lib/ /usr/share make PREFIX=${D}/usr install || die "install failed" dobin ${S}/samples/simple/obj_${OPENH323_ARCH}/simph323 @@ -81,7 +81,7 @@ src_install() { rm ${D}/usr/lib/libopenh323.so dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libopenh323.so - + # for backwards compatibility with _r versioned libraries ALT_ARCH=${OPENH323_ARCH/_n/_r} for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do @@ -89,7 +89,7 @@ src_install() { dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so.${pv} done dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so - + } diff --git a/net-libs/openh323/openh323-1.12.2.ebuild b/net-libs/openh323/openh323-1.12.2.ebuild index e623fc78bf04..4e7246419458 100644 --- a/net-libs/openh323/openh323-1.12.2.ebuild +++ b/net-libs/openh323/openh323-1.12.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/net-libs/openh323/openh323-1.12.2.ebuild,v 1.2 2003/09/04 12:33:26 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2.ebuild,v 1.3 2003/09/06 22:04:23 msterret Exp $ IUSE="ssl" @@ -23,10 +23,10 @@ MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { # to prevent merge problems with broken makefiles from old # pwlib versions, we double-check here. - + if [ "` fgrep '\$(OPENSSLDIR)/include' /usr/share/pwlib/make/unix.mak`" ] then - # patch unix.mak so it doesn't require annoying + # patch unix.mak so it doesn't require annoying # unmerge/merge cycle to upgrade einfo "Fixing broken pwlib makefile." cd /usr/share/pwlib/make @@ -53,13 +53,13 @@ src_compile() { # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1 makeopts="${makeopts} ASNPARSER=/usr/bin/asnparser NOTRACE=1" - + if [ "`use ssl`" ]; then export OPENSSLFLAG=1 export OPENSSLDIR=/usr export OPENSSLLIBS="-lssl -lcrypt" fi - + econf || die emake ${makeopts} opt || die "make failed" } @@ -69,7 +69,7 @@ src_install() { # make NOTRACE=1 opt ==> linux_$ARCH_n # make opt ==> linux_$ARCH_r OPENH323_ARCH="linux_${ARCH}_n" - + dodir /usr/bin /usr/lib/ /usr/share make PREFIX=${D}/usr install || die "install failed" dobin ${S}/samples/simple/obj_${OPENH323_ARCH}/simph323 @@ -82,7 +82,7 @@ src_install() { rm ${D}/usr/lib/libopenh323.so dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libopenh323.so - + # for backwards compatibility with _r versioned libraries ALT_ARCH=${OPENH323_ARCH/_n/_r} for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do @@ -90,7 +90,7 @@ src_install() { dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so.${pv} done dosym /usr/lib/libh323_${OPENH323_ARCH}.so.${PV} /usr/lib/libh323_${ALT_ARCH}.so - + } |