diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-09-25 03:43:15 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-09-25 03:43:15 +0000 |
commit | a6067c591e9c5c8a35c2fa6a86a46c84a0c11015 (patch) | |
tree | de194dfb8c49b1600c85a4d1c35434b81ca292e3 /gnome-apps | |
parent | added gnome-apps/gphoto since it's now moved to media-gfx (diff) | |
download | gentoo-2-a6067c591e9c5c8a35c2fa6a86a46c84a0c11015.tar.gz gentoo-2-a6067c591e9c5c8a35c2fa6a86a46c84a0c11015.tar.bz2 gentoo-2-a6067c591e9c5c8a35c2fa6a86a46c84a0c11015.zip |
moved to media-gfx
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/gphoto/files/digest-gphoto-0.4.3 | 1 | ||||
-rw-r--r-- | gnome-apps/gphoto/files/digest-gphoto-2.0_beta1 | 1 | ||||
-rw-r--r-- | gnome-apps/gphoto/gphoto-0.4.3.ebuild | 32 | ||||
-rw-r--r-- | gnome-apps/gphoto/gphoto-2.0_beta1.ebuild | 33 |
4 files changed, 0 insertions, 67 deletions
diff --git a/gnome-apps/gphoto/files/digest-gphoto-0.4.3 b/gnome-apps/gphoto/files/digest-gphoto-0.4.3 deleted file mode 100644 index 34ce510a76d5..000000000000 --- a/gnome-apps/gphoto/files/digest-gphoto-0.4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8b4e70df78870479d2d9a45c8f4db5f4 gphoto-0.4.3.tar.gz diff --git a/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1 b/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1 deleted file mode 100644 index e83f03b94851..000000000000 --- a/gnome-apps/gphoto/files/digest-gphoto-2.0_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a6c0ec7ac7ee34486440637ee48d09a7 gphoto-2.0beta1.tar.gz diff --git a/gnome-apps/gphoto/gphoto-0.4.3.ebuild b/gnome-apps/gphoto/gphoto-0.4.3.ebuild deleted file mode 100644 index c8365a4472a5..000000000000 --- a/gnome-apps/gphoto/gphoto-0.4.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-0.4.3.ebuild,v 1.11 2001/08/31 03:23:39 pm Exp $ - - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="free, redistributable digital camera software application" -SRC_URI="http://www.gphoto.net/dist/${A}" -HOMEPAGE="http://www.gphoto.org" - -DEPEND="virtual/glibc - >=media-libs/imlib-1.8 - >=media-gfx/imagemagick-4.1" - - -src_compile() { - - # -pipe does no work - CFLAGS="${CFLAGS/-pipe}" - try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome - try make clean - try pmake -} - -src_install() { - try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install - dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \ - README THANKS THEMES TODO -} - diff --git a/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild b/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild deleted file mode 100644 index 4fe51d4b0a5c..000000000000 --- a/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gphoto/gphoto-2.0_beta1.ebuild,v 1.3 2001/08/11 04:34:35 drobbins Exp $ - -A=${PN}-2.0beta1.tar.gz -S=${WORKDIR}/${PN}-2.0beta1 -DESCRIPTION="free, redistributable digital camera software application" -SRC_URI="http://www.gphoto.net/dist/${A}" -HOMEPAGE="http://www.gphoto.org" - -DEPEND="virtual/glibc >=dev-libs/libusb-0.1.3b >=dev-libs/glib-1.2.10 >=sys-libs/zlib-1.1.3" - - -src_compile() { - - # -pipe does no work - cd libgphoto2_port - try CFLAGS="${CFLAGS/-pipe/}" ./configure --prefix=/usr --sysconfdir=/etc - cd .. - try CFLAGS="${CFLAGS/-pipe/}" ./configure --prefix=/usr --sysconfdir=/etc - try pmake -} - -src_install() { - try make prefix=${D}/usr sysconfdir=${D}/etc install - dodoc ChangeLog NEWS* README - mv ${D}/usr/share/gphoto2/html ${D}/usr/share/doc/${PF}/sgml - mv ${D}/usr/doc/gphoto2/* ${D}/usr/share/doc/${PF} - rm -rf ${D}/usr/share/gphoto2 ${D}/usr/share/doc/${PF}/sgml/gphoto2 ${D}/usr/doc - prepalldocs -} - |