diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
commit | 07a2e481814af85e47e5af94fa20544a0f4c63d4 (patch) | |
tree | 02a5573027989d2b28469736e68d86f20955bc7f /net-p2p/dc-gui | |
parent | new version, compiles with gcc 3.1 (diff) | |
download | historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.gz historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.bz2 historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.zip |
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/dc-gui')
-rw-r--r-- | net-p2p/dc-gui/ChangeLog | 33 | ||||
-rw-r--r-- | net-p2p/dc-gui/dc-gui-0.57.ebuild | 39 | ||||
-rw-r--r-- | net-p2p/dc-gui/files/digest-dc-gui-0.57 | 1 |
3 files changed, 73 insertions, 0 deletions
diff --git a/net-p2p/dc-gui/ChangeLog b/net-p2p/dc-gui/ChangeLog new file mode 100644 index 000000000000..64403e1d82fd --- /dev/null +++ b/net-p2p/dc-gui/ChangeLog @@ -0,0 +1,33 @@ +# ChangeLog for net-p2p/dc-gui +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +*dc-gui-0.57 (4 Jun 2002) + + 4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> dc-gui-0.57.ebuild + files/digest-dc-gui-0.57 : + + Version bump, and changed gnome dep to gnome-libs instead. Thanks to Todd + in bug # 3143. + +*dc-gui-0.54 (24 Apr 2002) + + 24 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + dc-gui-0.54.ebuild : + + --without-gnome doesn't work. So made gnome a dependency. + +*dc-gui-0.54 (22 Apr 2002) + + 22 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + dc-gui-0.54.ebuild : + + Very minor type-o fixup -- thanks to Jeffry Molanus <Gila@home.nl> + for pointin it out! + +*dc-gui-0.54 (21 Apr 2002) + + 21 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + dc-gui-0.54.ebuild, ChangeLog, files/digest-dc-gui-0.54 : + + New ebuild. Resolves bug #1958 diff --git a/net-p2p/dc-gui/dc-gui-0.57.ebuild b/net-p2p/dc-gui/dc-gui-0.57.ebuild new file mode 100644 index 000000000000..a26a02a36995 --- /dev/null +++ b/net-p2p/dc-gui/dc-gui-0.57.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.57.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +S=${WORKDIR}/${P/-/_} +DESCRIPTION="GUI for DCTC" +SRC_URI="http://ac2i.tzo.com/dctc/${P/-/_}.tar.gz" +HOMEPAGE="http://ac2i.tzo.com/dctc" + +DEPEND="virtual/glibc + =dev-libs/glib-1.2* + =gnome-base/gnome-libs-1.4* + =sys-libs/db-3.2* + =x11-libs/gtk+-1.2* + >=net-misc/dctc-0.82.0" + +RDEPEND="nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + + use nls \ + && myconf="${myconf} --enable-nls" \ + || myconf="${myconf} --disable-nls" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --host=${CHOST} \ + --with-gnome \ + ${myconf} || die + + emake || die +} + +src_install() { + make prefix=${D}/usr install || die + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} diff --git a/net-p2p/dc-gui/files/digest-dc-gui-0.57 b/net-p2p/dc-gui/files/digest-dc-gui-0.57 new file mode 100644 index 000000000000..5dc8ed8e2712 --- /dev/null +++ b/net-p2p/dc-gui/files/digest-dc-gui-0.57 @@ -0,0 +1 @@ +MD5 fc1d3909a6ed2ec3b7ca24eac06ea3ff dc_gui-0.57.tar.gz 338188 |