diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-31 18:21:15 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-05-31 18:21:15 +0000 |
commit | 218ef9c6030011b0a1193fc87ba97bbd1a1a379c (patch) | |
tree | 4b1eae59e4a62908bd0bcd08adcba3f14edeac18 | |
parent | fix bug #3261 - enforce autoconf 2.1 (diff) | |
download | gentoo-2-218ef9c6030011b0a1193fc87ba97bbd1a1a379c.tar.gz gentoo-2-218ef9c6030011b0a1193fc87ba97bbd1a1a379c.tar.bz2 gentoo-2-218ef9c6030011b0a1193fc87ba97bbd1a1a379c.zip |
first relase
-rw-r--r-- | app-editors/xwpe/ChangeLog | 11 | ||||
-rw-r--r-- | app-editors/xwpe/files/digest-xwpe-1.5.26a | 1 | ||||
-rw-r--r-- | app-editors/xwpe/xwpe-1.5.26a.ebuild | 32 | ||||
-rw-r--r-- | net-misc/firestarter/Changelog | 11 | ||||
-rw-r--r-- | net-misc/firestarter/files/digest-firestarter-0.8.2 | 1 | ||||
-rw-r--r-- | net-misc/firestarter/firestarter-0.8.2.ebuild | 33 |
6 files changed, 89 insertions, 0 deletions
diff --git a/app-editors/xwpe/ChangeLog b/app-editors/xwpe/ChangeLog new file mode 100644 index 000000000000..ca4832aea1ae --- /dev/null +++ b/app-editors/xwpe/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-editors/xwpe +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Author: Francisco Gimeno <kikov@fco-gimeno.com> +# Maintainer: José Alberto Suárez López <bass@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/ChangeLog,v 1.1 2002/05/31 18:16:16 bass Exp $ + +*xwpe-1.5.26a (25 May 20002) + + 25 May 2002; Francisco Gimeno <kikov@fco-gimeno.com> xwpe-1.5.26a.ebuild: + New package. + diff --git a/app-editors/xwpe/files/digest-xwpe-1.5.26a b/app-editors/xwpe/files/digest-xwpe-1.5.26a new file mode 100644 index 000000000000..24692433fcb2 --- /dev/null +++ b/app-editors/xwpe/files/digest-xwpe-1.5.26a @@ -0,0 +1 @@ +MD5 dbdf635f722b71d80ab04dd6fa1386c9 xwpe-1.5.26a.tar.gz 305902 diff --git a/app-editors/xwpe/xwpe-1.5.26a.ebuild b/app-editors/xwpe/xwpe-1.5.26a.ebuild new file mode 100644 index 000000000000..63ca344c816e --- /dev/null +++ b/app-editors/xwpe/xwpe-1.5.26a.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/xwpe-1.5.26a.ebuild,v 1.1 2002/05/31 18:16:16 bass Exp $ + +DESCRIPTION="An IDE to Develop in text and graphical mode" +HOMEPAGE="http://www.identicalsoftware.com/xwpe/" + +LICENSE="GPL" + +DEPEND="gpm \ + ncurses \ + zlib " +RDEPEND="${DEPEND}" +SLOT="0" + +SRC_URI="http://www.identicalsoftware.com/xwpe/${P}.tar.gz" + +S=${WORKDIR}/${P} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=${D}/usr/share/info \ + --mandir=${D}/usr/share/man || die "./configure failed" + emake || die +} + +src_install () { + make prefix=${D}/usr install || die + dodoc INSTALL README CHANGELOG +} diff --git a/net-misc/firestarter/Changelog b/net-misc/firestarter/Changelog new file mode 100644 index 000000000000..7428c201a89a --- /dev/null +++ b/net-misc/firestarter/Changelog @@ -0,0 +1,11 @@ +# ChangeLog for misc-net/firestarter +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Author: José Alberto Suárez López <bass@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/firestarter/Changelog,v 1.1 2002/05/31 18:21:15 bass Exp $ + +*firestarter-0.8.2 (27 May 2002) + + 27 May 2002; J.Alberto S.L. <bass@gentoo.org> firestarter-0.8.2.ebuild: + First relase. + + diff --git a/net-misc/firestarter/files/digest-firestarter-0.8.2 b/net-misc/firestarter/files/digest-firestarter-0.8.2 new file mode 100644 index 000000000000..07b72c08bece --- /dev/null +++ b/net-misc/firestarter/files/digest-firestarter-0.8.2 @@ -0,0 +1 @@ +MD5 80e101dc3b5d8ba0f539e26d08ef829d firestarter-0.8.2.tar.gz 678372 diff --git a/net-misc/firestarter/firestarter-0.8.2.ebuild b/net-misc/firestarter/firestarter-0.8.2.ebuild new file mode 100644 index 000000000000..1efdc809b15d --- /dev/null +++ b/net-misc/firestarter/firestarter-0.8.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $HEADER: $ + +#MY_P=firestarter-${PV} +S=${WORKDIR}/${P} +DESCRIPTION="Gui for firewalls (iptables & ipchains), and a firewall +monitor." +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/firestarter/firestarter-0.8.2.tar.gz" +HOMEPAGE="http://firestarter.sf.net" + +LICENSE="GPL-2" + +DEPEND="x11-libs/gtk+ + >=gnome-base/gnome-libs-1.4.1.4 + sys-apps/iptables" +RDEPEND="${DEPEND}" +SLOT="0" + +src_compile() { + + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + + einstall || die "einstall failed" +} + +pkg_postinstall() { + ./postinstall +} |