summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
commit05554055fef72aa90b009568a2082f6e55b7c10e (patch)
tree168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /net-www
parentUpstream requested minor changes (Manifest recommit) (diff)
downloadgentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz
gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2
gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.zip
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild5
-rw-r--r--net-www/mypictures/mypictures-20040202.ebuild13
2 files changed, 11 insertions, 7 deletions
diff --git a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild
index fe544df046b1..9719e59b8737 100644
--- a/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild
+++ b/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild
@@ -1,10 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.1 2004/05/14 17:01:36 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.12.3.ebuild,v 1.2 2004/05/28 15:41:04 vapier Exp $
+
+inherit eutils
DESCRIPTION="Apache2 protocol module which provides an FTP server"
HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_ftpd/"
SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2"
+
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~x86"
diff --git a/net-www/mypictures/mypictures-20040202.ebuild b/net-www/mypictures/mypictures-20040202.ebuild
index 15a9b3a04ae6..e8cc282a70a4 100644
--- a/net-www/mypictures/mypictures-20040202.ebuild
+++ b/net-www/mypictures/mypictures-20040202.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mypictures/mypictures-20040202.ebuild,v 1.2 2004/05/03 10:20:28 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mypictures/mypictures-20040202.ebuild,v 1.3 2004/05/28 15:41:04 vapier Exp $
-inherit webapp
+inherit webapp eutils
DESCRIPTION="Simple photo-gallery for websites"
HOMEPAGE="http://www.splitbrain.org/Programming/PHP/mypictures/index.php"
SRC_URI="http://www.splitbrain.org/Programming/PHP/mypictures/mypictures.tgz"
+
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="$DEPEND
- sys-apps/sed"
-RDEPEND="$RDEPEND
- media-gfx/imagemagick"
+
+DEPEND="sys-apps/sed"
+RDEPEND="media-gfx/imagemagick"
+
S=${WORKDIR}/${PN}
src_unpack () {