summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
commit064a45e426e92ade151c2a2c4883b0ff604bc039 (patch)
tree2e424a4c21222e0466b4c5005a7fcad120168a66 /media-video/SDLcam
parentrev bump (diff)
downloadhistorical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.gz
historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.bz2
historical-064a45e426e92ade151c2a2c4883b0ff604bc039.zip
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----" - checking for user accounts with weird awk stuff instead of using id - empty lines at beginning or end of functions - whole "novels" of instructions in pkg_postinst()
Diffstat (limited to 'media-video/SDLcam')
-rw-r--r--media-video/SDLcam/SDLcam-0.7.3.ebuild16
1 files changed, 1 insertions, 15 deletions
diff --git a/media-video/SDLcam/SDLcam-0.7.3.ebuild b/media-video/SDLcam/SDLcam-0.7.3.ebuild
index 69ef6eb8952e..2e1ae1e4492b 100644
--- a/media-video/SDLcam/SDLcam-0.7.3.ebuild
+++ b/media-video/SDLcam/SDLcam-0.7.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-video/SDLcam/SDLcam-0.7.3.ebuild,v 1.2 2002/10/20 18:49:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.7.3.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $
S="${WORKDIR}/${P}"
DESCRIPTION="Webcam application that uses the SDL library"
@@ -40,17 +40,3 @@ src_install () {
insinto /usr/lib/SDLcam/capture
doins ${S}/capture/*.so
}
-
-pkg_postinst() {
-
- einfo ""
- einfo "#################################################"
- einfo "# #"
- einfo "# You can change global options by editing #"
- einfo "# /usr/share/SDLcam/SDLcam.cfg #"
- einfo "# #"
- einfo "#################################################"
- einfo ""
-
-}
-