summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
commit24514d8b8cce2ac58deecad1c2c54bb0682f9da2 (patch)
tree175ca6c6f1cecea982c28c1903b7c566bb86f05c
parentadded virtual/jack to all x86 profiles (diff)
downloadgentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.gz
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.bz2
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.zip
repoman fix
-rw-r--r--app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild8
-rw-r--r--net-mail/tpop3d/tpop3d-1.4.2.ebuild14
-rw-r--r--net-www/phpBB/phpBB-2.0.4.ebuild11
-rw-r--r--sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild39
4 files changed, 43 insertions, 29 deletions
diff --git a/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild b/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild
index b354477c0cd7..7b6ed5dc80d4 100644
--- a/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild
+++ b/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2002 Gentoo Technologies, Inc.
+# Copyright 2002-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild,v 1.1 2002/12/16 01:28:52 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild,v 1.2 2003/02/10 16:21:18 seemant Exp $
+
+IUSE=""
S=${WORKDIR}
DESCRIPTION="dict-freedict for language translation"
@@ -10,7 +12,7 @@ SRC_URI="http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-IUSE="x86 sparc sparc64"
+KEYWORDS="x86"
DEPEND="app-text/dictd"
diff --git a/net-mail/tpop3d/tpop3d-1.4.2.ebuild b/net-mail/tpop3d/tpop3d-1.4.2.ebuild
index 22843cca4c2f..ab5be108fd19 100644
--- a/net-mail/tpop3d/tpop3d-1.4.2.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.4.2.ebuild
@@ -1,13 +1,21 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp
+inherit eutils
+
+IUSE="ssl ldap mysql perl pam tcpd maildir"
+
S=${WORKDIR}/${P}
DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support."
SRC_URI="http://www.ex-parrot.com/~chris/tpop3d/${P}.tar.gz
http://www.ex-parrot.com/~chris/tpop3d/${P}-auth-flatfile-broken.patch"
HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/"
+
+SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc
ssl? ( >=dev-libs/openssl-0.9.6 )
ldap? ( >=net-nds/openldap-2.0.7 )
@@ -15,10 +23,6 @@ DEPEND="virtual/glibc
perl? ( >=sys-devel/perl-5.6.1 )
pam? ( >=sys-libs/pam-0.75 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-IUSE="ssl ldap mysql perl pam tcpd maildir"
-KEYWORDS="x86"
-
-inherit eutils
src_unpack() {
unpack ${P}.tar.gz
diff --git a/net-www/phpBB/phpBB-2.0.4.ebuild b/net-www/phpBB/phpBB-2.0.4.ebuild
index 9a3c4d8bee1b..c4b2092205fc 100644
--- a/net-www/phpBB/phpBB-2.0.4.ebuild
+++ b/net-www/phpBB/phpBB-2.0.4.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Tim Raedisch <tim.raedisch@udo.edu>
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.1 2003/02/07 22:30:26 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.2 2003/02/10 16:21:53 seemant Exp $
-S="${WORKDIR}/${PN}2"
+S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
-SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz"
HOMEPAGE="http://www.phpbb.com/"
+SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz"
+
+SLOT="0"
LICENSE="GPL-2"
-DEPEND="virtual/php"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+DEPEND="virtual/php"
+
HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`"
[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache.conf | cut -d\ -f2`"
[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs"
diff --git a/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild b/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild
index 74ba5ddfc698..453ce66cdd01 100644
--- a/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild
+++ b/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild
@@ -1,39 +1,44 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild,v 1.1 2003/02/07 19:38:20 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/rsbac-admin/rsbac-admin-1.2.1.ebuild,v 1.2 2003/02/10 16:23:00 seemant Exp $
+
+IUSE="ncurses"
# RSBAC Adming packet name
ADMIN=rsbac-admin-v1.2.1
+S=${WORKDIR}/${P}
DESCRIPTION="Rule Set Based Access Control Admin Tools"
HOMEPAGE="http://www.rsbac.org"
SRC_URI="http://www.rsbac.org/code/rsbac-admin-v1.2.1.tar.bz2"
+
+SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
-IUSE="ncurses"
-DEPEND="sys-kernel/rsbac-sources app-misc/dialog"
-RDEPEND=">=sys-libs/ncurses-5.2"
-S=${WORKDIR}/${P}
+DEPEND="sys-kernel/rsbac-sources
+ app-misc/dialog"
+
+RDEPEND=">=sys-libs/ncurses-5.2"
src_unpack() {
- cd ${WORKDIR}
- unpack ${ADMIN}.tar.bz2 || die "cannot unpack rsbac-admin tool"
+ cd ${WORKDIR}
+ unpack ${ADMIN}.tar.bz2 || die "cannot unpack rsbac-admin tool"
}
src_compile() {
- cd ${WORKDIR}/${ADMIN}
- echo "-> Configuring and compiling RSBAC Admin Tools"
- econf || die "cannot ./configure RSBAC Admin Tools"
- emake || die "cannot make RSBAC Admin Tools"
+ cd ${WORKDIR}/${ADMIN}
+ echo "-> Configuring and compiling RSBAC Admin Tools"
+ econf || die "cannot ./configure RSBAC Admin Tools"
+ emake || die "cannot make RSBAC Admin Tools"
}
src_install() {
- cd ${WORKDIR}/${ADMIN}
- einstall || die "cannot make install"
- einfo "-> RSBAC admin tools installed"
- einfo ">>> *** IMPORTANT *** <<<"
- einfo "Take a look at http://www.rsbac.org if you are not an expert of RSBAC managing"
+ cd ${WORKDIR}/${ADMIN}
+ einstall || die "cannot make install"
+ einfo "-> RSBAC admin tools installed"
+ einfo ">>> *** IMPORTANT *** <<<"
+ einfo "Take a look at http://www.rsbac.org if you are not an expert of RSBAC managing"
}