From 1d0e23f447d0ba6187e69b84ffa20333b4467c8e Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Thu, 1 Jan 2009 03:00:05 +0000 Subject: Removed old versions. (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64) --- app-backup/dar/ChangeLog | 8 +++-- app-backup/dar/dar-2.3.3.ebuild | 61 ------------------------------------ app-backup/dar/dar-2.3.7-r1.ebuild | 63 -------------------------------------- 3 files changed, 6 insertions(+), 126 deletions(-) delete mode 100644 app-backup/dar/dar-2.3.3.ebuild delete mode 100644 app-backup/dar/dar-2.3.7-r1.ebuild (limited to 'app-backup') diff --git a/app-backup/dar/ChangeLog b/app-backup/dar/ChangeLog index 2518341b8f45..4956187a5d90 100644 --- a/app-backup/dar/ChangeLog +++ b/app-backup/dar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/dar -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.38 2008/11/08 16:14:11 armin76 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.39 2009/01/01 03:00:05 matsuu Exp $ + + 01 Jan 2009; MATSUU Takuto -dar-2.3.3.ebuild, + -dar-2.3.7-r1.ebuild: + Removed old versions. 08 Nov 2008; Raúl Porcel dar-2.3.8.ebuild: sparc stable wrt #243078 diff --git a/app-backup/dar/dar-2.3.3.ebuild b/app-backup/dar/dar-2.3.3.ebuild deleted file mode 100644 index 54d86ac2cc28..000000000000 --- a/app-backup/dar/dar-2.3.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.3.ebuild,v 1.4 2007/05/24 09:38:51 pylon Exp $ - -inherit flag-o-matic - -DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)" -HOMEPAGE="http://dar.linux.free.fr/" -SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="acl dar32 dar64 doc nls ssl" - -DEPEND=">=sys-libs/zlib-1.2.3 - >=app-arch/bzip2-1.0.2 - acl? ( sys-apps/attr ) - doc? ( app-doc/doxygen ) - nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl )" - -pkg_setup() { - if use dar32 && use dar64 ; then - eerror "dar32 and dar64 cannot be enabled together." - eerror "Please remove one of them and try the emerge again." - die "Please remove dar32 or dar64." - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e '/^dist_noinst_DATA/s/$/ macro_tools.hpp/' \ - -e '/^noinst_HEADERS/s/macro_tools.hpp//' \ - src/libdar/Makefile* || die -} - -src_compile() { - local myconf="--disable-upx" - - # Bug 103741 - filter-flags -fomit-frame-pointer - - use acl || myconf="${myconf} --disable-ea-support" - use dar32 && myconf="${myconf} --enable-mode=32" - use dar64 && myconf="${myconf} --enable-mode=64" - use doc || myconf="${myconf} --disable-build-html" - # use examples && myconf="${myconf} --enable-examples" - use nls || myconf="${myconf} --disable-nls" - use ssl || myconf="${myconf} --disable-libcrypto-linking" - - econf ${myconf} || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" pkgdatadir=/usr/share/doc/${PF}/html install || die - - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} diff --git a/app-backup/dar/dar-2.3.7-r1.ebuild b/app-backup/dar/dar-2.3.7-r1.ebuild deleted file mode 100644 index 48e46925e27e..000000000000 --- a/app-backup/dar/dar-2.3.7-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.7-r1.ebuild,v 1.6 2008/08/01 18:47:18 nixnut Exp $ - -inherit flag-o-matic - -DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)" -HOMEPAGE="http://dar.linux.free.fr/" -SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="acl dar32 dar64 doc nls ssl" - -RDEPEND=">=sys-libs/zlib-1.2.3 - >=app-arch/bzip2-1.0.2 - acl? ( sys-apps/attr ) - nls? ( virtual/libintl ) - ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - doc? ( app-doc/doxygen )" - -pkg_setup() { - if use dar32 && use dar64 ; then - eerror "dar32 and dar64 cannot be enabled together." - eerror "Please remove one of them and try the emerge again." - die "Please remove dar32 or dar64." - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e '/^dist_noinst_DATA/s/$/ macro_tools.hpp/' \ - -e '/^noinst_HEADERS/s/macro_tools.hpp//' \ - src/libdar/Makefile* || die -} - -src_compile() { - local myconf="--disable-upx" - - # Bug 103741 - filter-flags -fomit-frame-pointer - - use acl || myconf="${myconf} --disable-ea-support" - use dar32 && myconf="${myconf} --enable-mode=32" - use dar64 && myconf="${myconf} --enable-mode=64" - use doc || myconf="${myconf} --disable-build-html" - # use examples && myconf="${myconf} --enable-examples" - use nls || myconf="${myconf} --disable-nls" - use ssl || myconf="${myconf} --disable-libcrypto-linking" - - econf ${myconf} || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" pkgdatadir=/usr/share/doc/${PF}/html install || die - - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} -- cgit v1.2.3-65-gdbad