summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-02-07 11:30:46 +0000
committerMichael Januszewski <spock@gentoo.org>2004-02-07 11:30:46 +0000
commitc882c88600f18f3ca4247d5ea8a4c89cbf62c2fc (patch)
treed2e85e02687a4d9ab8799bd50eb38e2349faa120 /net-im/gnugadu
parenttrash fix (diff)
downloadhistorical-c882c88600f18f3ca4247d5ea8a4c89cbf62c2fc.tar.gz
historical-c882c88600f18f3ca4247d5ea8a4c89cbf62c2fc.tar.bz2
historical-c882c88600f18f3ca4247d5ea8a4c89cbf62c2fc.zip
Initial commit.
Diffstat (limited to 'net-im/gnugadu')
-rw-r--r--net-im/gnugadu/ChangeLog11
-rw-r--r--net-im/gnugadu/Manifest4
-rw-r--r--net-im/gnugadu/files/digest-gnugadu-2.0_pre61
-rw-r--r--net-im/gnugadu/gnugadu-2.0_pre6.ebuild49
-rw-r--r--net-im/gnugadu/metadata.xml9
5 files changed, 74 insertions, 0 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog
new file mode 100644
index 000000000000..08f8befdd693
--- /dev/null
+++ b/net-im/gnugadu/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-im/gnugadu
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.1 2004/02/07 11:30:46 spock Exp $
+
+*gnugadu-2.0_pre6 (07 Feb 2004)
+
+ 07 Feb 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0_pre6.ebuild,
+ metadata.xml:
+ Initial commit, closes #39908. Thanks to Andreas Pokorny for submitting the
+ original ebuild.
+
diff --git a/net-im/gnugadu/Manifest b/net-im/gnugadu/Manifest
new file mode 100644
index 000000000000..8d63bfeba84b
--- /dev/null
+++ b/net-im/gnugadu/Manifest
@@ -0,0 +1,4 @@
+MD5 04c375152de7139ace81ad43c46ce6c5 gnugadu-2.0_pre6.ebuild 1256
+MD5 41f572044d4439e293ac3527c86442e5 ChangeLog 434
+MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
+MD5 baa3a461b1bc11936966878547fb5233 files/digest-gnugadu-2.0_pre6 64
diff --git a/net-im/gnugadu/files/digest-gnugadu-2.0_pre6 b/net-im/gnugadu/files/digest-gnugadu-2.0_pre6
new file mode 100644
index 000000000000..1c3563d9ca96
--- /dev/null
+++ b/net-im/gnugadu/files/digest-gnugadu-2.0_pre6
@@ -0,0 +1 @@
+MD5 a22e307e31605986169ec94af600bac5 gg2-2.0pre6.tar.bz2 833596
diff --git a/net-im/gnugadu/gnugadu-2.0_pre6.ebuild b/net-im/gnugadu/gnugadu-2.0_pre6.ebuild
new file mode 100644
index 000000000000..31485ca95ca1
--- /dev/null
+++ b/net-im/gnugadu/gnugadu-2.0_pre6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0_pre6.ebuild,v 1.1 2004/02/07 11:30:46 spock Exp $
+
+IUSE="tlen esd oss xosd arts jabber perl"
+
+MY_P="gg2-2.0pre6"
+S="${WORKDIR}/${MY_P}"
+DESCRIPTION="GTK-based Gadu-Gadu, Tlen and Jabber IM client"
+SRC_URI="mirror://sourceforge/ggadu/${MY_P}.tar.bz2"
+HOMEPAGE="http://gadu.gnu.pl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=x11-libs/gtk+-2.2.0
+ sys-devel/gettext
+ >=sys-devel/automake-1.7
+ >=sys-devel/libtool-1.4
+ jabber? ( =net-libs/loudmouth-0.14* )
+ xosd? ( x11-libs/xosd )
+ perl? ( dev-lang/perl dev-perl/XML-Parser )
+ >=net-im/ekg-1.4
+ arts? ( >=kde-base/arts-0.9.5 )
+ esd? ( media-sound/esound )
+ tlen? ( net-libs/libtlen )"
+
+src_compile() {
+
+ myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
+
+ econf ${myconf} \
+ `use_with oss` \
+ `use_with esd` \
+ `use_with xosd` \
+ `use_with arts` \
+ `use_enable perl` \
+ `use_with tlen` \
+ `use_with jabber` || die
+ emake || die
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
+
diff --git a/net-im/gnugadu/metadata.xml b/net-im/gnugadu/metadata.xml
new file mode 100644
index 000000000000..daa8053eefc4
--- /dev/null
+++ b/net-im/gnugadu/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>spock@gentoo.org</email>
+ <name>Michal Januszewski</name>
+</maintainer>
+</pkgmetadata>