summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-31 06:59:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-31 06:59:14 +0000
commit67d7509d783e17c844aef0f492d6ee4f4be605fd (patch)
tree6eac9ca8fb0bcf3b4d7b9e1b1354677b433c8ca6 /app-cdr/cdw
parentversion bump (bug #65024); also fixes bug #71561 (diff)
downloadgentoo-2-67d7509d783e17c844aef0f492d6ee4f4be605fd.tar.gz
gentoo-2-67d7509d783e17c844aef0f492d6ee4f4be605fd.tar.bz2
gentoo-2-67d7509d783e17c844aef0f492d6ee4f4be605fd.zip
clean old ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-cdr/cdw')
-rw-r--r--app-cdr/cdw/ChangeLog6
-rw-r--r--app-cdr/cdw/cdw-0.2.0.ebuild75
-rw-r--r--app-cdr/cdw/cdw-0.2.0_pre3.ebuild74
-rw-r--r--app-cdr/cdw/files/digest-cdw-0.2.01
-rw-r--r--app-cdr/cdw/files/digest-cdw-0.2.0_pre31
5 files changed, 5 insertions, 152 deletions
diff --git a/app-cdr/cdw/ChangeLog b/app-cdr/cdw/ChangeLog
index 32d9cacaf4b7..9e61fddf1176 100644
--- a/app-cdr/cdw/ChangeLog
+++ b/app-cdr/cdw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/cdw
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.7 2005/01/31 06:58:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.8 2005/01/31 06:59:14 mr_bones_ Exp $
+
+ 31 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> -cdw-0.2.0.ebuild,
+ -cdw-0.2.0_pre3.ebuild:
+ clean old ebuilds
*cdw-0.2.3 (31 Jan 2005)
diff --git a/app-cdr/cdw/cdw-0.2.0.ebuild b/app-cdr/cdw/cdw-0.2.0.ebuild
deleted file mode 100644
index c265109c9e66..000000000000
--- a/app-cdr/cdw/cdw-0.2.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.0.ebuild,v 1.3 2005/01/01 12:11:36 eradicator Exp $
-
-MY_P=${PN}-${PV/_/-}
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="gtk2 and ncurses-based console frontend to cdrecord and mkisofs"
-HOMEPAGE="http://cdw.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdw/${PN}-${PV/_/-}.tar.gz"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="nls gtk oggvorbis mysql encode"
-
-RDEPEND="virtual/cdrtools"
-DEPEND="sys-libs/ncurses
- sys-libs/zlib
- nls? ( sys-devel/gettext )
- gtk? ( >=x11-libs/gtk+-2
- >=dev-libs/glib-2
- dev-util/pkgconfig )
- oggvorbis? ( media-libs/libvorbis )
- mysql? ( dev-db/mysql )
- encode? ( media-sound/lame )"
-
-src_compile() {
- local myconf
-
- use oggvorbis \
- && myconf="${myconf} --with-oggenc=/usr/bin/oggenc" \
- || myconf="${myconf} `use_with oggvorbis oggenc`"
-
- use encode \
- && myconf="${myconf} --with-lame=/usr/bin/lame" \
- || myconf="${myconf} `use_with encode lame`"
-
- econf \
- --disable-dependency-tracking \
- ${myconf} \
- `use_enable nls` \
- `use_enable gtk gui` || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog NEWS THANKS \
- doc/{KNOWN_BUGS,README*,default.conf} || die "dodoc failed"
-
- if has_version 'dev-db/mysql'; then
- insinto /usr/share/${PF}/
- doins doc/cdw.sql || die "doins failed"
- fi
-
- # clean up the docs installed with make install
- rm -rf ${D}/usr/share/doc/${PN}
-}
-
-pkg_postinst() {
- if has_version 'dev-db/mysql'; then
- echo
- einfo "You have chosen, either by selecting 'USE=mysql' or maybe"
- einfo "because have installed 'dev-db/mysql' before, to install Disk"
- einfo "Catalog support. You will have a new tool called cdwdic."
- echo
- einfo "The directory /usr/share/${PF}/"
- einfo "contains a cdw.sql file. You must install this to your system"
- einfo "for using the Disk Catalog. The installation process is very"
- einfo "simple, you can find the instructions in"
- einfo "/usr/share/doc/${PF}/README.gz"
- fi
-}
diff --git a/app-cdr/cdw/cdw-0.2.0_pre3.ebuild b/app-cdr/cdw/cdw-0.2.0_pre3.ebuild
deleted file mode 100644
index ebdc5fc3c873..000000000000
--- a/app-cdr/cdw/cdw-0.2.0_pre3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.0_pre3.ebuild,v 1.5 2005/01/01 12:11:36 eradicator Exp $
-
-DESCRIPTION="gtk2 and ncurses-based console frontend to cdrecord and mkisofs"
-HOMEPAGE="http://cdw.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdw/${PN}-${PV/_/-}.tar.gz"
-
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="nls gtk2 oggvorbis mysql encode"
-MY_P=${PN}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-RDEPEND="virtual/cdrtools"
-DEPEND="sys-libs/ncurses
- sys-libs/zlib
- nls? ( sys-devel/gettext )
- gtk2? ( >=x11-libs/gtk+-2
- >=dev-libs/glib-2
- dev-util/pkgconfig )
- oggvorbis? ( media-libs/libvorbis )
- mysql? ( dev-db/mysql )
- encode? ( media-sound/lame )"
-
-src_compile() {
- local myconf
-
- use oggvorbis \
- && myconf="${myconf} --with-oggenc=/usr/bin/oggenc" \
- || myconf="${myconf} `use_with oggvorbis oggenc`"
-
- use encode \
- && myconf="${myconf} --with-lame=/usr/bin/lame" \
- || myconf="${myconf} `use_with encode lame`"
-
- econf \
- ${myconf} \
- `use_enable nls` \
- `use_enable gtk2 gui` || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog NEWS THANKS \
- doc/{KNOWN_BUGS,README*,default.conf} || die "dodoc failed"
-
- if has_version 'dev-db/mysql'; then
- insinto /usr/share/${PF}/
- doins doc/cdw.sql || die "doins failed"
- fi
-
- # clean up the docs installed with make install
- rm -rf ${D}/usr/share/doc/${PN}
-}
-
-pkg_postinst() {
- if has_version 'dev-db/mysql'; then
- echo
- einfo "You have chosen, either by selecting 'USE=mysql' or maybe"
- einfo "because have installed 'dev-db/mysql' before, to install Disk"
- einfo "Catalog support. You will have a new tool called cdwdic."
- echo
- einfo "The directory /usr/share/${PF}/"
- einfo "contains a cdw.sql file. You must install this to your system"
- einfo "for using the Disk Catalog. The installation process is very"
- einfo "simple, you can find the instructions in"
- einfo "/usr/share/doc/${PF}/README.gz"
- fi
-}
diff --git a/app-cdr/cdw/files/digest-cdw-0.2.0 b/app-cdr/cdw/files/digest-cdw-0.2.0
deleted file mode 100644
index 2ec133d6bed7..000000000000
--- a/app-cdr/cdw/files/digest-cdw-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7c82b0c10327c497b79b07b67f6b10b3 cdw-0.2.0.tar.gz 351109
diff --git a/app-cdr/cdw/files/digest-cdw-0.2.0_pre3 b/app-cdr/cdw/files/digest-cdw-0.2.0_pre3
deleted file mode 100644
index 3509bdd2597b..000000000000
--- a/app-cdr/cdw/files/digest-cdw-0.2.0_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 75ab48f2bcaa54f9030dfd2d2006b33a cdw-0.2.0-pre3.tar.gz 291470