summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/gentoo-stats/gentoo-stats-0.1.ebuild6
-rw-r--r--app-office/phprojekt/phprojekt-3.2a.ebuild6
-rw-r--r--dev-java/log4j/log4j-1.2.5.ebuild6
-rw-r--r--media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild10
-rw-r--r--net-im/ymessenger/ymessenger-0.93.ebuild9
-rw-r--r--net-misc/shorewall/shorewall-1.3.9b.ebuild4
-rw-r--r--net-nds/migrationtools/migrationtools-44-r1.ebuild6
7 files changed, 7 insertions, 40 deletions
diff --git a/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild b/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild
index d07c2638985b..4d44aba14bb2 100644
--- a/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild
+++ b/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild,v 1.7 2002/10/15 04:27:47 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-stats/gentoo-stats-0.1.ebuild,v 1.8 2002/10/25 23:04:26 blizzy Exp $
DESCRIPTION="Gentoo usage statistics client daemon"
HOMEPAGE="http://gentoo.iq-computing.de"
@@ -16,10 +16,6 @@ DEPEND=""
S=${WORKDIR}/${P}
-src_compile() {
- echo "nothing to compile"
-}
-
src_install () {
into /usr
dosbin gentoo-stats
diff --git a/app-office/phprojekt/phprojekt-3.2a.ebuild b/app-office/phprojekt/phprojekt-3.2a.ebuild
index b725d0fcbfce..49a31650fd83 100644
--- a/app-office/phprojekt/phprojekt-3.2a.ebuild
+++ b/app-office/phprojekt/phprojekt-3.2a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-3.2a.ebuild,v 1.2 2002/08/06 18:17:31 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/phprojekt/phprojekt-3.2a.ebuild,v 1.3 2002/10/25 23:07:14 blizzy Exp $
# lid of download link
MY_DOWNLOAD_ID=14
@@ -21,10 +21,6 @@ DEPEND=""
S="${WORKDIR}/${P}"
-src_compile() {
- echo "nothing to compile"
-}
-
src_install () {
dodoc ChangeLog install readme
dodir ${HTTPD_ROOT}/phprojekt
diff --git a/dev-java/log4j/log4j-1.2.5.ebuild b/dev-java/log4j/log4j-1.2.5.ebuild
index 1c25e17b2e10..411c1afa79d8 100644
--- a/dev-java/log4j/log4j-1.2.5.ebuild
+++ b/dev-java/log4j/log4j-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/log4j-1.2.5.ebuild,v 1.2 2002/10/04 05:11:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/log4j/log4j-1.2.5.ebuild,v 1.3 2002/10/25 23:02:34 blizzy Exp $
S="${WORKDIR}/jakarta-${P}"
@@ -14,10 +14,6 @@ KEYWORDS="*"
RDEPEND=">=virtual/jdk-1.3"
DEPEND="${RDEPEND}"
-src_compile() {
- echo "nothing to compile"
-}
-
src_install() {
dojar dist/lib/*.jar
dohtml -r docs/*
diff --git a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild b/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild
index b48eac4cdc2f..b98599ceb43f 100644
--- a/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild
+++ b/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild,v 1.4 2002/10/04 05:50:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sgi-oss-glu/sgi-oss-glu-1.3.ebuild,v 1.5 2002/10/25 23:05:43 blizzy Exp $
MY_P=oss-opengl-glu-20000925-1
S=${WORKDIR}/usr
@@ -15,20 +15,12 @@ LICENSE="SGI-B as-is"
KEYWORDS="x86 -ppc -sparc -sparc64"
src_unpack() {
-
rpm2cpio ${DISTDIR}/${MY_P}.i386.rpm |cpio -i --make-directories
}
-src_compile() {
-
- einfo "Only binary package, nothing to compile"
-}
-
src_install () {
-
insinto /usr/include/GL
doins ${S}/include/GL/glu.h
insinto /usr/lib
doins ${S}/lib/*
-
}
diff --git a/net-im/ymessenger/ymessenger-0.93.ebuild b/net-im/ymessenger/ymessenger-0.93.ebuild
index a719a124781c..ce4a14bd7f08 100644
--- a/net-im/ymessenger/ymessenger-0.93.ebuild
+++ b/net-im/ymessenger/ymessenger-0.93.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.93.ebuild,v 1.5 2002/10/04 06:04:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.93.ebuild,v 1.6 2002/10/25 23:06:23 blizzy Exp $
MY_P="ymessenger-0.93.0-1.i386.rpm"
S=${WORKDIR}/usr/local
@@ -18,17 +18,12 @@ LICENSE="yahoo"
KEYWORDS="x86 -ppc -sparc -sparc64"
src_unpack() {
- if [ ! -f ${DISTDIR}/${MY_P} ]
- then
+ if [ ! -f ${DISTDIR}/${MY_P} ] ; then
die "Please download ${MY_P} from ${HOMEPAGE} and place into ${DISTDIR}"
fi
rpm2cpio ${DISTDIR}/${MY_P} | cpio -i --make-directories
}
-src_compile() {
- einfo "A binary package, nothing to compile"
-}
-
src_install () {
exeinto /opt/Yahoo/
doexe bin/ymessenger
diff --git a/net-misc/shorewall/shorewall-1.3.9b.ebuild b/net-misc/shorewall/shorewall-1.3.9b.ebuild
index d7c58bb1d08d..6605e56e4c2f 100644
--- a/net-misc/shorewall/shorewall-1.3.9b.ebuild
+++ b/net-misc/shorewall/shorewall-1.3.9b.ebuild
@@ -15,10 +15,6 @@ DEPEND="virtual/glibc
sys-apps/iptables
sys-apps/iproute"
-src_compile() {
- echo "nothing to compile!"
-}
-
src_install () {
mkdir -p ${D}/etc/init.d
mkdir -p ${D}/var/state
diff --git a/net-nds/migrationtools/migrationtools-44-r1.ebuild b/net-nds/migrationtools/migrationtools-44-r1.ebuild
index 6a87497c788f..a5410d5162f1 100644
--- a/net-nds/migrationtools/migrationtools-44-r1.ebuild
+++ b/net-nds/migrationtools/migrationtools-44-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44-r1.ebuild,v 1.2 2002/10/04 06:16:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44-r1.ebuild,v 1.3 2002/10/25 23:05:18 blizzy Exp $
PN0=MigrationTools
S=${WORKDIR}/${PN0}-${PV}
@@ -16,10 +16,6 @@ DEPEND=""
RDEPEND="net-nds/openldap"
-src_compile() {
- echo "nothing to compile"
-}
-
src_install() {
dodoc README
dodir /usr/share/migrationtools