summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-07-08 02:46:54 +0000
committerJon Hood <squinky86@gentoo.org>2006-07-08 02:46:54 +0000
commit0087589074f9dd2f6d76cf86eb00f594b8472fd3 (patch)
tree47bd233f26bb28a1579b5a548997727d9a75b7e7
parentAdd blocker to net-p2p/nicotine+. (diff)
downloadhistorical-0087589074f9dd2f6d76cf86eb00f594b8472fd3.tar.gz
historical-0087589074f9dd2f6d76cf86eb00f594b8472fd3.tar.bz2
historical-0087589074f9dd2f6d76cf86eb00f594b8472fd3.zip
Initial import, bug #139377.
Package-Manager: portage-2.1.1_pre2-r4
-rw-r--r--net-p2p/nicotine+/ChangeLog11
-rw-r--r--net-p2p/nicotine+/files/digest-nicotine+-1.2.33
-rw-r--r--net-p2p/nicotine+/files/nicotine+.desktop9
-rw-r--r--net-p2p/nicotine+/files/nicotine-n.pngbin0 -> 6723 bytes
-rw-r--r--net-p2p/nicotine+/metadata.xml8
-rw-r--r--net-p2p/nicotine+/nicotine+-1.2.3.ebuild48
6 files changed, 79 insertions, 0 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog
new file mode 100644
index 000000000000..8c83fe9a8835
--- /dev/null
+++ b/net-p2p/nicotine+/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-p2p/nicotine+
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.1 2006/07/08 02:46:54 squinky86 Exp $
+
+*nicotine+-1.2.3 (08 Jul 2006)
+
+ 08 Jul 2006; Jon Hood <squinky86@gentoo.org> +files/nicotine+.desktop,
+ +files/nicotine-n.png, +metadata.xml, +nicotine+-1.2.3.ebuild:
+ Initial import, fork of nicotine project, bug #139377. Ebuild by Josu Lopez
+ Fernandez <zamorate@zamorate.net>.
+
diff --git a/net-p2p/nicotine+/files/digest-nicotine+-1.2.3 b/net-p2p/nicotine+/files/digest-nicotine+-1.2.3
new file mode 100644
index 000000000000..514a19591167
--- /dev/null
+++ b/net-p2p/nicotine+/files/digest-nicotine+-1.2.3
@@ -0,0 +1,3 @@
+MD5 e85aef0f44ee8e47a7fbdf27131988f8 nicotine+-1.2.3.tar.bz2 380536
+RMD160 c0ceb52edce8ae714a69ee4085b8f92677a03447 nicotine+-1.2.3.tar.bz2 380536
+SHA256 80624ee5cd5b6ef48d2c085d805a9dc79efbc5faa81b15e060a9c093b4bc2a91 nicotine+-1.2.3.tar.bz2 380536
diff --git a/net-p2p/nicotine+/files/nicotine+.desktop b/net-p2p/nicotine+/files/nicotine+.desktop
new file mode 100644
index 000000000000..3c7265c9fe5d
--- /dev/null
+++ b/net-p2p/nicotine+/files/nicotine+.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Nicotine
+Comment=Nicotine SoulSeek Client
+Exec=nicotine
+Icon=nicotine-n.png
+Terminal=false
+Categories=Application;Network;
+Type=Application
diff --git a/net-p2p/nicotine+/files/nicotine-n.png b/net-p2p/nicotine+/files/nicotine-n.png
new file mode 100644
index 000000000000..16817c3c5d8c
--- /dev/null
+++ b/net-p2p/nicotine+/files/nicotine-n.png
Binary files differ
diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
new file mode 100644
index 000000000000..0633df79cbed
--- /dev/null
+++ b/net-p2p/nicotine+/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-p2p</herd>
+<maintainer>
+<email>net-p2p@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/net-p2p/nicotine+/nicotine+-1.2.3.ebuild b/net-p2p/nicotine+/nicotine+-1.2.3.ebuild
new file mode 100644
index 000000000000..f9d87615caab
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-1.2.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.3.ebuild,v 1.1 2006/07/08 02:46:54 squinky86 Exp $
+
+inherit distutils eutils multilib toolchain-funcs
+
+DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
+HOMEPAGE="http://www.nicotine-plus.org"
+
+SRC_URI="http://thegraveyard.org/daelstorm/nicotine/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="vorbis geoip"
+
+RDEPEND="virtual/python
+ >=dev-python/pygtk-2
+ vorbis? ( >=dev-python/pyvorbis-1.4-r1
+ >=dev-python/pyogg-1 )
+ geoip? ( >=dev-python/geoip-python-0.2.0
+ >=dev-libs/geoip-1.2.1 )
+ !net-p2p/nicotine"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=sys-apps/sed-4"
+
+src_compile() {
+ distutils_src_compile
+
+ cd "${S}"/trayicon/
+ sed -i -e "s:/lib/:/$(get_libdir)/:" \
+ Makefile.in || die "sed failed"
+ ./autogen.py
+ emake CC=$(tc-getCC) || die "emake failed"
+}
+
+src_install() {
+ distutils_python_version
+ distutils_src_install --install-lib \
+ /usr/$(get_libdir)/python${PYVER}/site-packages
+
+ cd "${S}"/trayicon/
+ make DESTDIR="${D}" install || die "emake install failed"
+
+ doicon ${FILESDIR}/nicotine-n.png
+ domenu ${FILESDIR}/${PN}.desktop
+}