diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 12:31:56 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 12:31:56 +0000 |
commit | 011aef61f8d5aca0cbf77b2c10f50958b21a1424 (patch) | |
tree | e9caaa5f6ca86837fb7a42b5d7e1fbfdb36ec0df /media-video/dvbackup | |
parent | New revision, adding support for the 'esd' USE flag (bug #6920) (diff) | |
download | historical-011aef61f8d5aca0cbf77b2c10f50958b21a1424.tar.gz historical-011aef61f8d5aca0cbf77b2c10f50958b21a1424.tar.bz2 historical-011aef61f8d5aca0cbf77b2c10f50958b21a1424.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/dvbackup')
-rw-r--r-- | media-video/dvbackup/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/dvbackup/dvbackup-0.0.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/dvbackup/ChangeLog b/media-video/dvbackup/ChangeLog index 2de046b179fc..beadcf0e2579 100644 --- a/media-video/dvbackup/ChangeLog +++ b/media-video/dvbackup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/dvbackup -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbackup/ChangeLog,v 1.1 2005/01/17 09:45:03 kzimmerm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbackup/ChangeLog,v 1.2 2005/07/19 12:31:56 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> dvbackup-0.0.4.ebuild: + Added to ~ppc. *dvbackup-0.0.4 (17 Jan 2005) diff --git a/media-video/dvbackup/dvbackup-0.0.4.ebuild b/media-video/dvbackup/dvbackup-0.0.4.ebuild index e6723c1f6bbb..31057bb43e06 100644 --- a/media-video/dvbackup/dvbackup-0.0.4.ebuild +++ b/media-video/dvbackup/dvbackup-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbackup/dvbackup-0.0.4.ebuild,v 1.1 2005/01/17 09:45:03 kzimmerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbackup/dvbackup-0.0.4.ebuild,v 1.2 2005/07/19 12:31:56 dholm Exp $ DESCRIPTION="A small utility for creating backups on DV tapes." HOMEPAGE="http://dvbackup.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/dvbackup/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="sys-libs/glibc" |