diff options
author | 2010-12-18 17:32:03 +0000 | |
---|---|---|
committer | 2010-12-18 17:32:03 +0000 | |
commit | e38bf06fc01575425c150abcb26f31597a12feba (patch) | |
tree | 70bf628aac4446b4631ef0239ebe8291c54ad073 /net-misc/LinNeighborhood | |
parent | punt mondo (diff) | |
download | gentoo-2-e38bf06fc01575425c150abcb26f31597a12feba.tar.gz gentoo-2-e38bf06fc01575425c150abcb26f31597a12feba.tar.bz2 gentoo-2-e38bf06fc01575425c150abcb26f31597a12feba.zip |
punt
Diffstat (limited to 'net-misc/LinNeighborhood')
-rw-r--r-- | net-misc/LinNeighborhood/ChangeLog | 51 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild | 35 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild | 40 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/Manifest | 8 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/files/linneighborhood-0.6.5-gcc44.patch | 16 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/files/linneighborhood-0.6.5-samba301.patch | 49 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/metadata.xml | 5 |
7 files changed, 0 insertions, 204 deletions
diff --git a/net-misc/LinNeighborhood/ChangeLog b/net-misc/LinNeighborhood/ChangeLog deleted file mode 100644 index 5686b4e0e543..000000000000 --- a/net-misc/LinNeighborhood/ChangeLog +++ /dev/null @@ -1,51 +0,0 @@ -# ChangeLog for net-misc/LinNeighborhood -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/ChangeLog,v 1.16 2009/07/25 21:17:49 halcy0n Exp $ - - 25 Jul 2009; Mark Loeser <halcy0n@gentoo.org> - LinNeighborhood-0.6.5.ebuild, +files/linneighborhood-0.6.5-gcc44.patch: - Fix compilation with gcc-4.4. Patch by Vistor Ostorga <vostorga AT gentoo - DOT org>; bug #273990 - - 18 Dec 2008; Diego E. Pettenò <flameeyes@gentoo.org> - LinNeighborhood-0.6.5.ebuild: - Fix obvious typo. - - 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 09 Jan 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml: - Remove retired dev from metadata.xml - - 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> - LinNeighborhood-0.6.5.ebuild: - Stable on ppc. - - 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> - LinNeighborhood-0.6.5.ebuild: - Add inherit eutils - - 29 Dec 2003; Chuck Short <zul@gentoo.org> LinNeighborhood-0.6.5.ebuild, - files/linneighborhood-0.6.5-samba301.patch: - Added patch so that LinNeighborhood can work with samba-3.0.1. Closes - #36617. - - 13 Dec 2003; Chuck Short <zul@gentoo.org> LinNeighborhood-0.6.5.ebuild: - Added amd64 keyword. - Closes bug #35692 - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*LinNeighborhood-0.6.5 (21 Jul 2002) - - 15 Feb 2003; Mark Guertin <gerk@gentoo.org> LinNeighborhood-0.6.5.ebuild : - set ~ppc in keywords - - 21 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : - - New version, closes bug #5212. - -*LinNeighborhood-0.6.4 (01 Feb 2002) - - 09 Jul 2002; phoen][x <phoenix@gentoo.org> LinNeigborhood-0.6.4.ebuild: - Added KEYWORDS, LICENSE, SLOT. diff --git a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild deleted file mode 100644 index f4ca87968643..000000000000 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild,v 1.18 2010/10/28 10:23:48 ssuominen Exp $ - -IUSE="nls" - -DESCRIPTION="LinNeighborhood is a easy to use frontend to samba/NETBios." -SRC_URI="http://www.bnro.de/~schmidjo/download/${P}.tar.gz" -HOMEPAGE="http://www.bnro.de/~schmidjo/index.html" -KEYWORDS="x86 sparc " -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="=x11-libs/gtk+-1.2* - net-fs/samba" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_compile() { - local myopts - - use nls || myopts="--disable-nls" - - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-ipv6 \ - ${myopts} || die - - emake || die -} - -src_install() { - make prefix="${D}"/usr install || die - dodoc README AUTHORS TODO THANKS BUGS NEW ChangeLog -} diff --git a/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild deleted file mode 100644 index 10231d6ef25a..000000000000 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.5.ebuild,v 1.19 2010/10/28 10:23:48 ssuominen Exp $ - -inherit eutils - -IUSE="nls" - -DESCRIPTION="LinNeighborhood is a easy to use frontend to samba/NETBios." -SRC_URI="http://www.bnro.de/~schmidjo/download/${P}.tar.gz" -HOMEPAGE="http://www.bnro.de/~schmidjo/index.html" -KEYWORDS="x86 sparc ppc amd64" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="=x11-libs/gtk+-1.2* - net-fs/samba" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_compile() { - local myopts - - epatch "${FILESDIR}"/linneighborhood-0.6.5-samba301.patch - epatch "${FILESDIR}"/linneighborhood-0.6.5-gcc44.patch - use nls || myopts="--disable-nls" - - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-ipv6 \ - ${myopts} || die - - emake || die -} - -src_install() { - make prefix="${D}"/usr install || die - - dodoc README AUTHORS TODO THANKS BUGS NEWS ChangeLog -} diff --git a/net-misc/LinNeighborhood/Manifest b/net-misc/LinNeighborhood/Manifest deleted file mode 100644 index ca386c4ba995..000000000000 --- a/net-misc/LinNeighborhood/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -AUX linneighborhood-0.6.5-gcc44.patch 677 RMD160 d8fc6f00896ec9550dedc5227894ec2a69ab8e0b SHA1 a67db19b0def618aa7f7969273314d14e257449b SHA256 bb87c970edff942cc4259d39504e6efa1d260986146b9c4ddeb8d27d942f90fd -AUX linneighborhood-0.6.5-samba301.patch 2593 RMD160 9693b0b9fd9be384f106072bb36d5d30ff62f2c7 SHA1 66e5c50f174aa773656420da93ba1195d519cfd4 SHA256 2fd3fd95f6fbc790711d5e0541f2b1803c5c2678afa6481fd3ee91d102130bab -DIST LinNeighborhood-0.6.4.tar.gz 386582 RMD160 6471f168e6b537ff4bd51dfeebc88781cf13b09e SHA1 a1badcc09bb8b9a9381815e1bb19aba36b939fb4 SHA256 c644b37736ce0156d472aa704ca50a45fec37567508300be92e9c68429609820 -DIST LinNeighborhood-0.6.5.tar.gz 399003 RMD160 0058a211031531442786b1248d98856379263dbb SHA1 ee9205e38d14b669b4b88b7ee85528b8c6d1d399 SHA256 6a47c24725468d4913f958feaa7061f78cf68f986176b50fbbfacf1ef1d6d074 -EBUILD LinNeighborhood-0.6.4.ebuild 859 RMD160 3f0d826acd5ba1adecbeeca09f6ea04643c56233 SHA1 da2d7b6f2a6e5c720b83544314dd6112d7eb288c SHA256 2950551a3c67199d4cb148855534e0ca07fa21768f2429e817dc8aba63ebd256 -EBUILD LinNeighborhood-0.6.5.ebuild 1001 RMD160 003fdab5074072efec5dd74909bb347342dc9338 SHA1 1e1c3eaa01612d82ed31077e396e56d7301bd3b1 SHA256 0d83a9f5b409f0b16328b998c0b0d35af14d20808f5e4209cfc90fe106b542e6 -MISC ChangeLog 1735 RMD160 4a70cbb0bb06a94f3e11190176b402bfe3175cd1 SHA1 7243571cb1b698e3b625e4a0c23f981add450219 SHA256 55a396c06d2818791c356ca1dc098c7179ece22fcd7cffa82cd611bbcfa4aed8 -MISC metadata.xml 158 RMD160 9f86563998c883dd327d4fa7a6c23f95dbf2a139 SHA1 3d17a291c1dcf571169ff3a7c1e064a96014f270 SHA256 d96140a5870e6f49fd382f26aaade7bf71d767243bfc3ac1ad6a986718386a38 diff --git a/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-gcc44.patch b/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-gcc44.patch deleted file mode 100644 index b468be012731..000000000000 --- a/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-gcc44.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -NrU5 LinNeighborhood-0.6.5.orig/src/smbbrowse.c LinNeighborhood-0.6.5/src/smbbrowse.c ---- LinNeighborhood-0.6.5.orig/src/smbbrowse.c 2009-06-30 18:16:03.000000000 -0600 -+++ LinNeighborhood-0.6.5/src/smbbrowse.c 2009-06-30 18:17:18.000000000 -0600 -@@ -368,11 +368,11 @@ - break; - case search_entry: - if(browsedat->linepos>=browsedat->master1pos && /*no master allowed*/ - #ifdef EXPANDTABS - !strncmp(browsedat->linebuf," ",4)) --#elif -+#else - browsedat->linebuf[0]=='\t') - #endif - { - groupmasterentry=g_malloc(sizeof(GROUPMASTER_STRUCT)); - copyentrystr(groupmasterentry->group_name,browsedat->linebuf, diff --git a/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-samba301.patch b/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-samba301.patch deleted file mode 100644 index f6e36f2a3b3a..000000000000 --- a/net-misc/LinNeighborhood/files/linneighborhood-0.6.5-samba301.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- linneighborhood-0.6.5.orig/src/smbmount.c 2002-06-09 09:58:43.000000000 +0200 -+++ linneighborhood-0.6.5/src/smbmount.c 2003-10-04 18:07:37.000000000 +0200 -@@ -390,10 +390,10 @@ - escape_str(smbuser,&strlist),escape_str(smbpasswd,&strlist)); - break; - case SMBMOUNT_206: -- sprintf(commandstr,"%s %s %s -o username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,ip=%s,debug=0%s", -+ sprintf(commandstr,"%s %s %s -o username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,debug=0%s", - escape_str(pref_get_smbmount_exe(),&strlist),escape_str(servicename,&strlist),escape_str(mount_point,&strlist), - escape_str(smbuser,&strlist),escape_str(smbpasswd,&strlist), -- filemode,dirmode,uid,gid,ipaddr,opt_group); -+ filemode,dirmode,uid,gid,opt_group); - if ( (port >= 0) && (port < 65536) ) - { - sprintf(commandstr, "%s,port=%d", commandstr, port); -@@ -485,8 +485,8 @@ - { - argv[++argnr]="-o"; - argv[++argnr]=commandstr; -- sprintf(commandstr,"username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,ip=%s,debug=0", -- smbuser,smbpasswd,filemode,dirmode,uid,gid,ipaddr); -+ sprintf(commandstr,"username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,debug=0", -+ smbuser,smbpasswd,filemode,dirmode,uid,gid); - if (*group_name) - { - strcat(commandstr,",workgroup="); -@@ -573,9 +573,9 @@ - pref_get_smbmount_exe(),servicename,mount_point,ipaddr,opt_group,smbuser,dummysmbpasswd); - break; - case SMBMOUNT_206: -- sprintf(commandstr,"%s %s %s -o username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,ip=%s,debug=0%s", -+ sprintf(commandstr,"%s %s %s -o username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,debug=0%s", - pref_get_smbmount_exe(),servicename,mount_point,smbuser,dummysmbpasswd, -- filemode,dirmode,uid,gid,ipaddr,opt_group); -+ filemode,dirmode,uid,gid,opt_group); - if ( (port >= 0) && (port < 65536) ) - { - string_ncat(commandstr, ",port=", MAXMNTCOMMANDL); -@@ -621,8 +621,8 @@ - sprintf(userpasswd,"-U%s%%%s",smbuser,dummysmbpasswd); - else - { -- sprintf(commandstr,"username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,ip=%s,debug=0", -- smbuser,dummysmbpasswd,filemode,dirmode,uid,gid,ipaddr); -+ sprintf(commandstr,"username=%s%%%s,fmask=%d,dmask=%d,uid=%d,gid=%d,debug=0", -+ smbuser,dummysmbpasswd,filemode,dirmode,uid,gid); - if (*group_name){ - strcat(commandstr,",workgroup="); - strcat(commandstr,group_name); diff --git a/net-misc/LinNeighborhood/metadata.xml b/net-misc/LinNeighborhood/metadata.xml deleted file mode 100644 index 587dabd73f1d..000000000000 --- a/net-misc/LinNeighborhood/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>samba</herd> -</pkgmetadata> |