public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: ChangeLog linuxdcpp-20071210.ebuild
@ 2007-12-10 21:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-10 21:33 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/10 21:33:45

  Modified:             ChangeLog
  Added:                linuxdcpp-20071210.ebuild
  Log:
  Version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.17                 net-p2p/linuxdcpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Dec 2007 15:06:30 -0000	1.16
+++ ChangeLog	10 Dec 2007 21:33:45 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/linuxdcpp
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.16 2007/12/07 15:06:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.17 2007/12/10 21:33:45 armin76 Exp $
+
+*linuxdcpp-20071210 (10 Dec 2007)
+
+  10 Dec 2007; Raúl Porcel <armin76@gentoo.org> +linuxdcpp-20071210.ebuild:
+  Version bump
 
   07 Dec 2007; Samuli Suominen <drac@gentoo.org> linuxdcpp-9999.ebuild:
   Reset keywords for CVS ebuild.



1.1                  net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.1&content-type=text/plain

Index: linuxdcpp-20071210.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild,v 1.1 2007/12/10 21:33:45 armin76 Exp $

inherit eutils

DESCRIPTION="Direct connect client, looks and works like famous DC++"
HOMEPAGE="http://linuxdcpp.berlios.de"
SRC_URI="ftp://ftp.berlios.de/pub/${PN}/${P}.tar.bz2
		mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="debug"

RDEPEND=">=gnome-base/libglade-2.4
	>=x11-libs/gtk+-2.6
	app-arch/bzip2
	dev-libs/openssl"
DEPEND="${RDEPEND}
	media-libs/fontconfig
	>=dev-util/scons-0.96
	dev-util/pkgconfig"

src_compile() {
	local myconf=""
	use debug && myconf="${myconf} debug=1"

	scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed"
}

src_install() {
	insinto /usr/share/${PN}
	doins -r ${PN} pixmaps glade

	dodoc Readme.txt Changelog.txt Credits.txt

	dosym /usr/share/${PN}/${PN} /usr/bin/${PN}
	fperms +x /usr/share/${PN}/${PN}

	doicon pixmaps/${PN}.png

	make_desktop_entry ${PN} "${PN}" ${PN}.png
}

pkg_postinst() {
	elog
	elog "After adding first directory to shares you might need to restart linuxdcpp."
	elog
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: ChangeLog linuxdcpp-20071210.ebuild
@ 2007-12-11 10:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-11 10:26 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/11 10:26:48

  Modified:             ChangeLog linuxdcpp-20071210.ebuild
  Log:
  Fix ebuild, bug #201925
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.18                 net-p2p/linuxdcpp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Dec 2007 21:33:45 -0000	1.17
+++ ChangeLog	11 Dec 2007 10:26:48 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/linuxdcpp
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.17 2007/12/10 21:33:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.18 2007/12/11 10:26:48 armin76 Exp $
+
+  11 Dec 2007; Raúl Porcel <armin76@gentoo.org> linuxdcpp-20071210.ebuild:
+  Fix ebuild, bug #201925
 
 *linuxdcpp-20071210 (10 Dec 2007)
 



1.2                  net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild?r1=1.1&r2=1.2

Index: linuxdcpp-20071210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linuxdcpp-20071210.ebuild	10 Dec 2007 21:33:45 -0000	1.1
+++ linuxdcpp-20071210.ebuild	11 Dec 2007 10:26:48 -0000	1.2
@@ -1,18 +1,19 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild,v 1.1 2007/12/10 21:33:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-20071210.ebuild,v 1.2 2007/12/11 10:26:48 armin76 Exp $
 
 inherit eutils
 
 DESCRIPTION="Direct connect client, looks and works like famous DC++"
 HOMEPAGE="http://linuxdcpp.berlios.de"
-SRC_URI="ftp://ftp.berlios.de/pub/${PN}/${P}.tar.bz2
-		mirror://gentoo/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
+S="${WORKDIR}/${PN}"
+
 RDEPEND=">=gnome-base/libglade-2.4
 	>=x11-libs/gtk+-2.6
 	app-arch/bzip2



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-11 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-10 21:33 [gentoo-commits] gentoo-x86 commit in net-p2p/linuxdcpp: ChangeLog linuxdcpp-20071210.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-11 10:26 Raul Porcel (armin76)

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