diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 16:07:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 16:07:13 +0000 |
commit | f2f725256c698b3997aafb787c92bad193002fc4 (patch) | |
tree | 9a308877c4d6c01ab95d43289673c48f03d8832a /net-im/silc-client | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-f2f725256c698b3997aafb787c92bad193002fc4.tar.gz gentoo-2-f2f725256c698b3997aafb787c92bad193002fc4.tar.bz2 gentoo-2-f2f725256c698b3997aafb787c92bad193002fc4.zip |
Early stable on sparc since anything newer than 1.0.1 until 1.1.3 gives bus error
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-im/silc-client')
-rw-r--r-- | net-im/silc-client/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/silc-client/files/digest-silc-client-1.0.1-r1 | 3 | ||||
-rw-r--r-- | net-im/silc-client/files/silc-client-1.0.3-docdir.patch | 67 | ||||
-rw-r--r-- | net-im/silc-client/silc-client-1.0.1-r1.ebuild | 66 | ||||
-rw-r--r-- | net-im/silc-client/silc-client-1.1.3.ebuild | 4 |
5 files changed, 9 insertions, 139 deletions
diff --git a/net-im/silc-client/ChangeLog b/net-im/silc-client/ChangeLog index 47ddb080ce06..84888089a234 100644 --- a/net-im/silc-client/ChangeLog +++ b/net-im/silc-client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/silc-client # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.44 2007/12/04 20:31:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.45 2007/12/05 16:07:12 armin76 Exp $ + + 05 Dec 2007; Raúl Porcel <armin76@gentoo.org> + -files/silc-client-1.0.3-docdir.patch, -silc-client-1.0.1-r1.ebuild, + silc-client-1.1.3.ebuild: + Early stable on sparc since anything newer than 1.0.1 until 1.1.3 gives bus + error *silc-client-1.1.3 (04 Dec 2007) diff --git a/net-im/silc-client/files/digest-silc-client-1.0.1-r1 b/net-im/silc-client/files/digest-silc-client-1.0.1-r1 deleted file mode 100644 index 668c69057f98..000000000000 --- a/net-im/silc-client/files/digest-silc-client-1.0.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9bdb66cb5dc970596d2f3c782fcc0a9f silc-client-1.0.1.tar.bz2 1404404 -RMD160 85e32ba0d5a16e93238fb92d607cd089b4476993 silc-client-1.0.1.tar.bz2 1404404 -SHA256 2b3a50516b168c45be283ef95c19f2dac182c967e93ccff9123bc7ad1d91ee11 silc-client-1.0.1.tar.bz2 1404404 diff --git a/net-im/silc-client/files/silc-client-1.0.3-docdir.patch b/net-im/silc-client/files/silc-client-1.0.3-docdir.patch deleted file mode 100644 index 35d3526e1021..000000000000 --- a/net-im/silc-client/files/silc-client-1.0.3-docdir.patch +++ /dev/null @@ -1,67 +0,0 @@ ---- ./doc/Makefile.in.orig 2006-01-06 14:46:28.000000000 +0100 -+++ ./doc/Makefile.in 2006-10-26 18:32:35.956456551 +0200 -@@ -420,15 +420,6 @@ - touch draft-riikonen-presence-attrs-03.txt - - doc-install: -- -mkdir -p $(docdir) -- -$(INSTALL_DATA) $(top_srcdir)/doc/FAQ $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/doc/*.txt $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/COPYING $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/CHANGES $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/CREDITS $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/README* $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/INSTALL $(docdir)/ -- -$(INSTALL_DATA) $(top_srcdir)/TODO $(docdir)/ - - install-data-hook: doc-install - ---- ./Makefile.in.orig 2006-01-06 14:46:28.000000000 +0100 -+++ ./Makefile.in 2006-10-26 18:37:38.447470927 +0200 -@@ -768,8 +768,6 @@ - @with_irssi_TRUE@ -mkdir -p $(mandir)/man1 - - @with_irssi_TRUE@doc-install-client: --@with_irssi_TRUE@ $(INSTALL_DATA) $(srcdir)/apps/irssi/silc.conf $(docdir)/example_silc.conf --@with_irssi_TRUE@ -@if test -f $(srcdir)/doc/silc.1 ; then $(INSTALL_DATA) $(srcdir)/doc/silc.1 $(mandir)/man1; fi - - @with_irssi_TRUE@etc-install-client: - @with_irssi_TRUE@ -@if test '!' -d $(srcdir)/apps/irssi ; then if test '!' -f $(etcdir)/silc.conf ; then $(INSTALL_DATA) $(srcdir)/apps/irssi/silc.conf $(etcdir)/silc.conf; fi; fi ---- ./apps/irssi/docs/help/Makefile.in.orig 2006-01-06 14:46:28.000000000 +0100 -+++ ./apps/irssi/docs/help/Makefile.in 2006-10-26 19:42:16.431592407 +0200 -@@ -401,15 +401,7 @@ - distclean-libtool: - -rm -f libtool - uninstall-info-am: --install-helpDATA: $(help_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(helpdir)" || $(mkdir_p) "$(DESTDIR)$(helpdir)" -- @list='$(help_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(helpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(helpdir)/$$f'"; \ -- $(helpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(helpdir)/$$f"; \ -- done -+install-helpDATA: - - uninstall-helpDATA: - @$(NORMAL_UNINSTALL) ---- ./apps/irssi/docs/Makefile.in.orig 2006-01-06 14:46:28.000000000 +0100 -+++ ./apps/irssi/docs/Makefile.in 2006-10-26 19:51:43.737348823 +0200 -@@ -311,15 +311,7 @@ - distclean-libtool: - -rm -f libtool - uninstall-info-am: --install-docDATA: $(doc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" -- @list='$(doc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ -- $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ -- done -+install-docDATA: - - uninstall-docDATA: - @$(NORMAL_UNINSTALL) diff --git a/net-im/silc-client/silc-client-1.0.1-r1.ebuild b/net-im/silc-client/silc-client-1.0.1-r1.ebuild deleted file mode 100644 index 2ab922080a16..000000000000 --- a/net-im/silc-client/silc-client-1.0.1-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.0.1-r1.ebuild,v 1.8 2006/10/30 01:52:57 weeve Exp $ - -DESCRIPTION="IRSSI-based text client for Secure Internet Live Conferencing" -SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2" -HOMEPAGE="http://silcnet.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="ipv6 perl debug" - -DEPEND="=dev-libs/glib-1.2* - perl? ( dev-lang/perl ) - sys-libs/ncurses - !<=net-im/silc-toolkit-0.9.12-r1" -RDEPEND="${DEPEND} - perl? ( - !net-irc/irssi - !net-irc/irssi-svn - )" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "s:-g -O2:${CFLAGS}:g" \ - configure -} - -src_compile() { - econf \ - --datadir=/usr/share \ - --with-datadir=/usr/share/${PN} \ - --with-docdir=/usr/share/doc/${PF} \ - --with-helpdir=/usr/share/${PN}/help \ - --with-simdir=/usr/lib/${PN} \ - --with-mandir=/usr/share/man \ - --with-ncurses \ - --without-silcd \ - $(use_enable ipv6) \ - $(use_enable debug) \ - || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - local myflags="" - - if use perl - then - R1="s/installsitearch='//" - R2="s/';//" - perl_sitearch="`perl -V:installsitearch | sed -e ${R1} -e ${R2}`" - myflags="${myflags} INSTALLPRIVLIB=/usr/lib" - myflags="${myflags} INSTALLARCHLIB=${perl_sitearch}" - myflags="${myflags} INSTALLSITELIB=${perl_sitearch}" - myflags="${myflags} INSTALLSITEARCH=${perl_sitearch}" - fi - - make DESTDIR=${D} ${myflags} install || die "make install failed" - - rm -rf ${D}/etc ${D}/usr/libsilc* ${D}/usr/include -} diff --git a/net-im/silc-client/silc-client-1.1.3.ebuild b/net-im/silc-client/silc-client-1.1.3.ebuild index af5175600d23..254eac38b9b3 100644 --- a/net-im/silc-client/silc-client-1.1.3.ebuild +++ b/net-im/silc-client/silc-client-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.1.3.ebuild,v 1.1 2007/12/04 20:31:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.1.3.ebuild,v 1.2 2007/12/05 16:07:12 armin76 Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ HOMEPAGE="http://silcnet.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="ipv6 perl debug" DEPEND="perl? ( dev-lang/perl ) |