diff options
-rw-r--r-- | app-crypt/seahorse/seahorse-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Net-IRC/Net-IRC-0.70.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Net-IRC/files/digest-Net-IRC-0.70 | 1 | ||||
-rw-r--r-- | gnome-apps/seahorse/seahorse-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/aterm/aterm-0.4.0.ebuild | 35 | ||||
-rw-r--r-- | x11-terms/aterm/files/digest-aterm-0.4.0 | 1 |
7 files changed, 70 insertions, 6 deletions
diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild index 98d9a86efef1..98ed7cc10a12 100644 --- a/app-crypt/seahorse/seahorse-0.5.0.ebuild +++ b/app-crypt/seahorse/seahorse-0.5.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.3 2001/06/04 21:57:52 achim Exp $ +# Author Ben Lutgens <blutgens@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.4 2001/06/07 05:22:23 blutgens Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild index 48fe5c983da3..3f0c80f9a35e 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.2 2001/06/05 21:53:06 blutgens Exp $ +# Author Ben Lutgens <blutgens@sistina.com> +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.3 2001/06/07 05:22:23 blutgens Exp $ #P= A=${P}.tar.gz diff --git a/dev-perl/Net-IRC/Net-IRC-0.70.ebuild b/dev-perl/Net-IRC/Net-IRC-0.70.ebuild new file mode 100644 index 000000000000..d9eb72c22040 --- /dev/null +++ b/dev-perl/Net-IRC/Net-IRC-0.70.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Aaron Blew <moath@oddbox.org> +# /home/cvsroot/gentoo-x86/dev-perl/Net-IRC,v 1.2 2001/02/15 18:17:31 achim Exp + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Perl IRC module" +SRC_URI="http://www.cpan.org/authors/id/F/FI/FIMM/Net-IRC-0.70.tar.gz" +HOMEPAGE="http://search.cpan.org/search?module=Net::IRC" + +DEPEND=">=sys-devel/perl-5.6.1" + +src_compile() { + + try perl Makefile.PL + try make + +} + +src_install () { + + try make PREFIX=${D}/usr INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 install + dodoc Changes MANIFEST README TODO +} + diff --git a/dev-perl/Net-IRC/files/digest-Net-IRC-0.70 b/dev-perl/Net-IRC/files/digest-Net-IRC-0.70 new file mode 100644 index 000000000000..e1863744150a --- /dev/null +++ b/dev-perl/Net-IRC/files/digest-Net-IRC-0.70 @@ -0,0 +1 @@ +MD5 27ee8e5990c6c98a89941c6880de7225 Net-IRC-0.70.tar.gz diff --git a/gnome-apps/seahorse/seahorse-0.5.0.ebuild b/gnome-apps/seahorse/seahorse-0.5.0.ebuild index 3c42fbae68ae..2a837f818516 100644 --- a/gnome-apps/seahorse/seahorse-0.5.0.ebuild +++ b/gnome-apps/seahorse/seahorse-0.5.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/seahorse/seahorse-0.5.0.ebuild,v 1.3 2001/06/04 21:57:52 achim Exp $ +# Author Ben Lutgens <blutgens@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/seahorse/seahorse-0.5.0.ebuild,v 1.4 2001/06/07 05:22:23 blutgens Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} diff --git a/x11-terms/aterm/aterm-0.4.0.ebuild b/x11-terms/aterm/aterm-0.4.0.ebuild new file mode 100644 index 000000000000..b56ab79022ed --- /dev/null +++ b/x11-terms/aterm/aterm-0.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Aaron Blew <moath@oddbox.org> +# /home/cvsroot/gentoo-x86/x11-terms/aterm/,v 1.2 2001/02/15 18:17:31 achim Exp + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatability" +SRC_URI="http://prdownloads.sourceforge.net/aterm/${A}" +HOMEPAGE="http://aterm.sourceforge.net" + +DEPEND=">=media-libs/jpeg-6b-r2 + >=media-libs/libpng-1.0.11 + virtual/x11" + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} --enable-transparency \ + --enable-background-image --enable-menubar \ + --enable-graphics --with-x + try make + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc TODO ChangeLog INSTALL doc/BUGS doc/FAQ doc/README.menu + docinto menu + dodoc doc/menu/* + docinto html + dodoc *.html + +} + diff --git a/x11-terms/aterm/files/digest-aterm-0.4.0 b/x11-terms/aterm/files/digest-aterm-0.4.0 new file mode 100644 index 000000000000..ede8c4d9bd14 --- /dev/null +++ b/x11-terms/aterm/files/digest-aterm-0.4.0 @@ -0,0 +1 @@ +MD5 ae09530c1721681e151a2048146d7fd0 aterm-0.4.0.tar.gz |