diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
commit | 491ecdf310243fa2ef1f4aed03842a017028fa4d (patch) | |
tree | 008f4cfee5de685b0ea907e573ee876103967b34 /net-www | |
parent | you fools need to learn how to inherit eutils for epatch (diff) | |
download | historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.gz historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.bz2 historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.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.ebuild | 5 | ||||
-rw-r--r-- | net-www/mypictures/mypictures-20040202.ebuild | 13 |
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 () { |