summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 18:00:05 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 18:00:05 +0000
commit53c2e3989b81687069d5aad39d8fab147551b338 (patch)
tree619f2b2da1a37f06fc154920018eb87e0bd06762
parentMarked 0.6.2 stable on x86, removed old versions. (Manifest recommit) (diff)
downloadgentoo-2-53c2e3989b81687069d5aad39d8fab147551b338.tar.gz
gentoo-2-53c2e3989b81687069d5aad39d8fab147551b338.tar.bz2
gentoo-2-53c2e3989b81687069d5aad39d8fab147551b338.zip
deprecating libgpio
-rw-r--r--media-libs/libgpio/ChangeLog26
-rw-r--r--media-libs/libgpio/Manifest3
-rw-r--r--media-libs/libgpio/files/digest-libgpio-200205071
-rw-r--r--media-libs/libgpio/libgpio-20020507.ebuild28
4 files changed, 0 insertions, 58 deletions
diff --git a/media-libs/libgpio/ChangeLog b/media-libs/libgpio/ChangeLog
deleted file mode 100644
index 04f57d378493..000000000000
--- a/media-libs/libgpio/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for media-libs/libgpio
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpio/ChangeLog,v 1.5 2003/02/12 07:10:48 vapier Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*libgpio-20020507 (8 May 2002)
-
- 8 May 2002; george Shapovalov <george@gentoo.org> libgpio-20020507.ebuild :
-
- updated version and submitted new source file to chiba (old source was
- removed from ibiblio and no longer avilable, since this is merely a cvs
- snapshot on a set day)
-
- CVS snapshot and updated ebuild are submitted by
- Michael M Nazaroff <naz@gentoo.org>
-
-*libgpio-20010607 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/media-libs/libgpio/Manifest b/media-libs/libgpio/Manifest
deleted file mode 100644
index b8a5c85932ce..000000000000
--- a/media-libs/libgpio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7f4ba4d96257289ad4b97be167339c16 ChangeLog 1141
-MD5 84b0e8bc804b913a6c761d074b807cbe libgpio-20020507.ebuild 690
-MD5 962db077d65fe6e1cb9ea0301bee7b6c files/digest-libgpio-20020507 68
diff --git a/media-libs/libgpio/files/digest-libgpio-20020507 b/media-libs/libgpio/files/digest-libgpio-20020507
deleted file mode 100644
index 80260bdfedbe..000000000000
--- a/media-libs/libgpio/files/digest-libgpio-20020507
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c7f0222f27eaf987f637d10722f9898 libgpio-20020507.tar.bz2 32779
diff --git a/media-libs/libgpio/libgpio-20020507.ebuild b/media-libs/libgpio/libgpio-20020507.ebuild
deleted file mode 100644
index 9e35789c3ded..000000000000
--- a/media-libs/libgpio/libgpio-20020507.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpio/libgpio-20020507.ebuild,v 1.10 2003/09/06 23:59:48 msterret Exp $
-
-DESCRIPTION="I/O library for GPhoto 2.x"
-HOMEPAGE="http://www.gphoto.org/"
-SRC_URI="http://www.ibiblio.org/gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND="dev-libs/libusb
- sys-devel/automake
- sys-devel/autoconf
- sys-devel/libtool"
-RDEPEND="dev-libs/libusb"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- ./autogen.sh --prefix=/usr --host=${CHOST} || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}