summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/SDLcam/SDLcam-0.7.3-r1.ebuild17
-rw-r--r--net-analyzer/mping/mping-2.0_rc1.ebuild3
-rw-r--r--x11-misc/eosd/eosd-0.1.0.ebuild5
3 files changed, 14 insertions, 11 deletions
diff --git a/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild b/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild
index e37d52c327ef..c209ccf13e4c 100644
--- a/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild
+++ b/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild,v 1.2 2004/01/30 12:32:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.7.3-r1.ebuild,v 1.3 2004/04/19 06:34:20 vapier Exp $
inherit eutils
@@ -11,6 +11,7 @@ SRC_URI="http://raph.darktech.org/SDLcam/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND="dev-libs/libxml2
media-libs/libsdl
@@ -39,14 +40,14 @@ src_compile() {
emake || die
}
-src_install () {
- dobin SDLcam
+src_install() {
+ dobin SDLcam || die
insinto /usr/share/SDLcam
- doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg
+ doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg || die
insinto /usr/lib/SDLcam/filters
- doins filter/*.so
+ doins filter/*.so || die
insinto /usr/lib/SDLcam/capture
- doins capture/*.so
+ doins capture/*.so || die
insinto /usr/lib/SDLcam/sources
- doins sources/*.so
+ doins sources/*.so || die
}
diff --git a/net-analyzer/mping/mping-2.0_rc1.ebuild b/net-analyzer/mping/mping-2.0_rc1.ebuild
index 77e8742e1794..259c9ddb5e12 100644
--- a/net-analyzer/mping/mping-2.0_rc1.ebuild
+++ b/net-analyzer/mping/mping-2.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/mping-2.0_rc1.ebuild,v 1.2 2004/03/21 18:24:53 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/mping-2.0_rc1.ebuild,v 1.3 2004/04/19 06:34:31 vapier Exp $
DESCRIPTION="IPv4/6 round-robin multiping client"
HOMEPAGE="http://mping.uninett.no"
@@ -9,6 +9,7 @@ SRC_URI="http://mping.uninett.no/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc"
+IUSE=""
src_install() {
make install DESTDIR=${D} || die
diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild
index 29b5b7f7f295..504546659a7d 100644
--- a/x11-misc/eosd/eosd-0.1.0.ebuild
+++ b/x11-misc/eosd/eosd-0.1.0.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.3 2004/04/19 06:38:19 vapier Exp $
DESCRIPTION="enlightened on-screen display draws anti-aliased text on your screen without creating a visible window"
HOMEPAGE="http://code-monkey.de/index.php?eosd"
SRC_URI="http://www.code-monkey.de/data/eosd/${P}.tar.gz"
-IUSE=""
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
DEPEND=">=media-libs/imlib2-1.1.0
>=x11-libs/ecore-1.0.0.20031013_pre4"