public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/opendchub: ChangeLog opendchub-0.8.2.ebuild
@ 2011-08-05  1:38 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-08-05  1:38 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/05 01:38:42

  Modified:             ChangeLog
  Added:                opendchub-0.8.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-p2p/opendchub/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Jan 2007 15:03:05 -0000	1.15
+++ ChangeLog	5 Aug 2011 01:38:41 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/opendchub
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.15 2007/01/22 15:03:05 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.16 2011/08/05 01:38:41 radhermit Exp $
+
+*opendchub-0.8.2 (05 Aug 2011)
+
+  05 Aug 2011; Tim Harder <radhermit@gentoo.org> +opendchub-0.8.2.ebuild,
+  +files/opendchub-0.8.2-telnet.patch:
+  Version bump.
 
   22 Jan 2007; Raúl Porcel <armin76@gentoo.org>
   -opendchub-0.7.14-r2.ebuild, -opendchub-0.7.14-r3.ebuild,



1.1                  net-p2p/opendchub/opendchub-0.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild?rev=1.1&content-type=text/plain

Index: opendchub-0.8.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild,v 1.1 2011/08/05 01:38:41 radhermit Exp $

EAPI="4"

inherit eutils autotools

DESCRIPTION="hub software for Direct Connect"
HOMEPAGE="http://opendchub.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="perl"

RDEPEND="perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}"

DOCS="NEWS TODO README AUTHORS Documentation/*"

src_prepare() {
	epatch "${FILESDIR}"/${P}-telnet.patch
	eautoreconf
}

src_configure() {
	! use perl && myconf="--disable-perl --enable-switch_user"
	econf $myconf
}

src_install() {
	default

	if use perl ; then
		exeinto /usr/bin
		doexe "${FILESDIR}"/opendchub_setup.sh
		dodir /usr/share/opendchub/scripts
		insinto /usr/share/opendchub/scripts
		doins Samplescripts/*
	fi
}

pkg_postinst() {
	if use perl ; then
		einfo
		einfo "To set up perl scripts for opendchub to use, please run"
		einfo "opendchub_setup.sh as the user you will be using opendchub as."
		einfo
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-p2p/opendchub: ChangeLog opendchub-0.8.2.ebuild
@ 2011-08-19 13:59 Thomas Kahle (tomka)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kahle (tomka) @ 2011-08-19 13:59 UTC (permalink / raw
  To: gentoo-commits

tomka       11/08/19 13:59:24

  Modified:             ChangeLog opendchub-0.8.2.ebuild
  Log:
  x86 stable per bug 314551
  
  (Portage version: 2.1.10.10/cvs/Linux i686)

Revision  Changes    Path
1.17                 net-p2p/opendchub/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Aug 2011 01:38:41 -0000	1.16
+++ ChangeLog	19 Aug 2011 13:59:24 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/opendchub
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.16 2011/08/05 01:38:41 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.17 2011/08/19 13:59:24 tomka Exp $
+
+  19 Aug 2011; Thomas Kahle <tomka@gentoo.org> opendchub-0.8.2.ebuild:
+  x86 stable per bug 314551
 
 *opendchub-0.8.2 (05 Aug 2011)
 



1.2                  net-p2p/opendchub/opendchub-0.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild?r1=1.1&r2=1.2

Index: opendchub-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opendchub-0.8.2.ebuild	5 Aug 2011 01:38:41 -0000	1.1
+++ opendchub-0.8.2.ebuild	19 Aug 2011 13:59:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild,v 1.1 2011/08/05 01:38:41 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.8.2.ebuild,v 1.2 2011/08/19 13:59:24 tomka Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="perl"
 
 RDEPEND="perl? ( dev-lang/perl )"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-19 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 13:59 [gentoo-commits] gentoo-x86 commit in net-p2p/opendchub: ChangeLog opendchub-0.8.2.ebuild Thomas Kahle (tomka)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-05  1:38 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox