summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:04:10 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:04:10 +0000
commitbce2ccd465455d7431b3135b46613551cfe97094 (patch)
tree00e360ccfa4bf0e9ae28493ede36615410ee8154 /media-plugins/mythgallery
parentremove old version (diff)
downloadgentoo-2-bce2ccd465455d7431b3135b46613551cfe97094.tar.gz
gentoo-2-bce2ccd465455d7431b3135b46613551cfe97094.tar.bz2
gentoo-2-bce2ccd465455d7431b3135b46613551cfe97094.zip
remove old version
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r--media-plugins/mythgallery/ChangeLog6
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.17-r11
-rw-r--r--media-plugins/mythgallery/mythgallery-0.17-r1.ebuild32
3 files changed, 5 insertions, 34 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index e6bcb0a04fbf..3df21ec016ec 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.29 2005/06/06 08:57:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.30 2005/06/29 08:02:37 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org>
+ -mythgallery-0.17-r1.ebuild:
+ remove old version
06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythgallery-0.16.ebuild,
-mythgallery-0.17.ebuild, mythgallery-0.17-r1.ebuild,
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.17-r1 b/media-plugins/mythgallery/files/digest-mythgallery-0.17-r1
deleted file mode 100644
index d3be96d4dc9d..000000000000
--- a/media-plugins/mythgallery/files/digest-mythgallery-0.17-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 349d6e81d1b53a3650a1a8c30a7f9e11 mythgallery-0.17.tar.bz2 73707
diff --git a/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild b/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild
deleted file mode 100644
index 3b4be2497a1b..000000000000
--- a/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.17-r1.ebuild,v 1.2 2005/06/06 08:57:54 cardoe Exp $
-
-inherit myth
-
-DESCRIPTION="Gallery and slideshow module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="opengl exif"
-
-DEPEND=">=sys-apps/sed-4
- opengl? ( virtual/opengl )
- exif? ( media-libs/libexif )
- media-libs/tiff
- ~media-tv/mythtv-${PV}"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- econf \
- `use_enable exif` \
- `use_enable opengl` || die "econf failed"
-
- myth_src_compile || die "compile failed"
-}