diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-30 09:54:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-30 09:54:00 +0000 |
commit | 3d309df715411a810c828d4163d2c0f056351b99 (patch) | |
tree | 58f588cb4e6845f8465612d463cee362e4dd6893 /net-im/silc-toolkit | |
parent | Version bump; bugs #211853 and #211938. (diff) | |
download | gentoo-2-3d309df715411a810c828d4163d2c0f056351b99.tar.gz gentoo-2-3d309df715411a810c828d4163d2c0f056351b99.tar.bz2 gentoo-2-3d309df715411a810c828d4163d2c0f056351b99.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/silc-toolkit')
-rw-r--r-- | net-im/silc-toolkit/silc-toolkit-1.0.2.ebuild | 57 | ||||
-rw-r--r-- | net-im/silc-toolkit/silc-toolkit-1.0.ebuild | 61 | ||||
-rw-r--r-- | net-im/silc-toolkit/silc-toolkit-1.1.5.ebuild | 60 | ||||
-rw-r--r-- | net-im/silc-toolkit/silc-toolkit-1.1.6.ebuild | 60 |
4 files changed, 0 insertions, 238 deletions
diff --git a/net-im/silc-toolkit/silc-toolkit-1.0.2.ebuild b/net-im/silc-toolkit/silc-toolkit-1.0.2.ebuild deleted file mode 100644 index 7aab9f3c9a22..000000000000 --- a/net-im/silc-toolkit/silc-toolkit-1.0.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.0.2.ebuild,v 1.8 2007/07/27 17:04:23 jer Exp $ - -inherit eutils - -DESCRIPTION="SDK for the SILC protocol" -HOMEPAGE="http://silcnet.org/" -SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc sparc x86" -IUSE="debug ipv6" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - # They have incorrect DESTDIR usage - sed -i '/\$(srcdir)\/tutorial/s/\$(prefix)/\$(docdir)/' "${S}"/Makefile.{am,in} - - # Stop them from unsetting our CFLAGS - sed -i '/^CFLAGS=$/d' "${S}"/configure -} - -src_compile() { - econf \ - --datadir=/usr/share/${PN} \ - --mandir=/usr/share/man \ - --includedir=/usr/include/${PN} \ - --with-etcdir=/etc/silc \ - --with-helpdir=/usr/share/${PN}/help \ - --with-simdir=/usr/$(get_libdir)/${PN} \ - --with-docdir=/usr/share/doc/${PF} \ - --with-logsdir=/var/log/${PN} \ - --enable-shared \ - --enable-static \ - $(use_enable debug) \ - $(use_enable ipv6) - - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - rm -rf \ - "${D}"/etc/${PN}/silcd.conf \ - "${D}"/usr/share/man \ - "${D}"/usr/share/doc/${PF}/examples \ - "${D}"/usr/share/silc-toolkit \ - "${D}"/var/log/silc-toolkit \ - "${D}"/etc/silc -} diff --git a/net-im/silc-toolkit/silc-toolkit-1.0.ebuild b/net-im/silc-toolkit/silc-toolkit-1.0.ebuild deleted file mode 100644 index 1e941401411c..000000000000 --- a/net-im/silc-toolkit/silc-toolkit-1.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.0.ebuild,v 1.14 2008/03/02 15:54:52 ticho Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="SDK for the SILC protocol" -HOMEPAGE="http://silcnet.org/" -SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="debug ipv6" - -RDEPEND="!<=net-im/silc-client-1.0.1" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - # They have incorrect DESTDIR usage - sed -i '/\$(srcdir)\/tutorial/s/\$(prefix)/\$(docdir)/' "${S}"/Makefile.am - sed -i '/\$(srcdir)\/tutorial/s/\$(prefix)/\$(docdir)/' "${S}"/Makefile.in - - # Stop them from unsetting our CFLAGS - sed -i '/^CFLAGS=$/d' "${S}"/configure || die -} - -src_compile() { - econf \ - --datadir=/usr/share/${PN} \ - --mandir=/usr/share/man \ - --includedir=/usr/include/${PN} \ - --with-etcdir=/etc/silc \ - --with-helpdir=/usr/share/${PN}/help \ - --with-simdir=/usr/$(get_libdir)/${PN} \ - --with-docdir=/usr/share/doc/${PF} \ - --with-logsdir=/var/log/${PN} \ - --enable-shared \ - --enable-static \ - $(use_enable debug) \ - $(use_enable ipv6) - - emake || die "emake failed" - emake -C lib || die "emake -C lib failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - rm -rf \ - "${D}"/etc/${PN}/silcd.conf \ - "${D}"/usr/share/man \ - "${D}"/usr/share/doc/${PF}/examples \ - "${D}"/usr/share/silc-toolkit \ - "${D}"/var/log/silc-toolkit \ - "${D}"/etc/silc -} diff --git a/net-im/silc-toolkit/silc-toolkit-1.1.5.ebuild b/net-im/silc-toolkit/silc-toolkit-1.1.5.ebuild deleted file mode 100644 index a1cde88cc6eb..000000000000 --- a/net-im/silc-toolkit/silc-toolkit-1.1.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.5.ebuild,v 1.7 2008/02/14 22:19:02 coldwind Exp $ - -inherit eutils - -DESCRIPTION="SDK for the SILC protocol" -HOMEPAGE="http://silcnet.org/" -SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug ipv6" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - # They have incorrect DESTDIR usage - sed -i '/\$(srcdir)\/tutorial/s/\$(prefix)/\$(docdir)/' "${S}"/Makefile.{am,in} - sed -i \ - "s/^\(pkgconfigdir =\) \$(libdir)\/pkgconfig/\1 \/usr\/$(get_libdir)\/pkgconfig/"\ - "${S}"/lib/Makefile.{am,in} -} - -src_compile() { - local myconf="" - use ipv6 && myconf="${myconf} --enable-ipv6" - - econf \ - --datadir=/usr/share/${PN} \ - --datarootdir=/usr/share/${PN} \ - --mandir=/usr/share/man \ - --includedir=/usr/include/${PN} \ - --sysconfdir=/etc/silc \ - --with-helpdir=/usr/share/${PN}/help \ - --libdir=/usr/$(get_libdir)/${PN} \ - --docdir=/usr/share/doc/${PF} \ - --disable-optimizations \ - --with-simdir=/usr/$(get_libdir)/${PN}/modules \ - $(use_enable debug) \ - ${myconf} - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - rm -rf \ - "${D}"/etc/${PN}/silcd.conf \ - "${D}"/usr/share/man \ - "${D}"/usr/share/doc/${PF}/examples \ - "${D}"/usr/share/silc-toolkit \ - "${D}"/var/log/silc-toolkit \ - "${D}"/etc/silc -} diff --git a/net-im/silc-toolkit/silc-toolkit-1.1.6.ebuild b/net-im/silc-toolkit/silc-toolkit-1.1.6.ebuild deleted file mode 100644 index 0092fa21c80e..000000000000 --- a/net-im/silc-toolkit/silc-toolkit-1.1.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-toolkit/silc-toolkit-1.1.6.ebuild,v 1.6 2008/03/14 08:23:08 dertobi123 Exp $ - -inherit eutils - -DESCRIPTION="SDK for the SILC protocol" -HOMEPAGE="http://silcnet.org/" -SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug ipv6" - -RDEPEND="" -DEPEND="dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - # They have incorrect DESTDIR usage - sed -i '/\$(srcdir)\/tutorial/s/\$(prefix)/\$(docdir)/' "${S}"/Makefile.{am,in} - sed -i \ - "s/^\(pkgconfigdir =\) \$(libdir)\/pkgconfig/\1 \/usr\/$(get_libdir)\/pkgconfig/"\ - "${S}"/lib/Makefile.{am,in} -} - -src_compile() { - local myconf="" - use ipv6 && myconf="${myconf} --enable-ipv6" - - econf \ - --datadir=/usr/share/${PN} \ - --datarootdir=/usr/share/${PN} \ - --mandir=/usr/share/man \ - --includedir=/usr/include/${PN} \ - --sysconfdir=/etc/silc \ - --with-helpdir=/usr/share/${PN}/help \ - --libdir=/usr/$(get_libdir)/${PN} \ - --docdir=/usr/share/doc/${PF} \ - --disable-optimizations \ - --with-simdir=/usr/$(get_libdir)/${PN}/modules \ - $(use_enable debug) \ - ${myconf} - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - rm -rf \ - "${D}"/etc/${PN}/silcd.conf \ - "${D}"/usr/share/man \ - "${D}"/usr/share/doc/${PF}/examples \ - "${D}"/usr/share/silc-toolkit \ - "${D}"/var/log/silc-toolkit \ - "${D}"/etc/silc -} |