From 2ba2c4a7f99c5e9b4d052b20502539d3aed5620f Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 9 Jul 2002 10:39:42 +0000 Subject: repoman'd --- sys-apps/mac-fdisk/ChangeLog | 9 +++++++++ sys-apps/mac-fdisk/Changelog | 9 --------- sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild | 11 +++++++---- 3 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 sys-apps/mac-fdisk/ChangeLog delete mode 100644 sys-apps/mac-fdisk/Changelog (limited to 'sys-apps') diff --git a/sys-apps/mac-fdisk/ChangeLog b/sys-apps/mac-fdisk/ChangeLog new file mode 100644 index 000000000000..2271fbe016f1 --- /dev/null +++ b/sys-apps/mac-fdisk/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-apps/mac-fdisk +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Id: ChangeLog,v 1.1 2002/07/09 10:39:42 seemant Exp $ + +*mac-fdisk-0.1 (17 Mar 2002) + +17 Mar 2002; Kain all: + + This is an initial .ebuild for mac-fdisk 0.1 for ppc machines. diff --git a/sys-apps/mac-fdisk/Changelog b/sys-apps/mac-fdisk/Changelog deleted file mode 100644 index eb6a18511436..000000000000 --- a/sys-apps/mac-fdisk/Changelog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for sys-apps/mac-fdisk -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Id: Changelog,v 1.1 2002/04/27 10:31:17 pvdabeel Exp $ - -*mac-fdisk-0.1 (Sun Mar 17 23:27:28 CST 2002) - -Sun Mar 17 23:29:06 CST 2002; Kain all: - - This is an initial .ebuild for mac-fdisk 0.1 for ppc machines. diff --git a/sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild b/sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild index 6d5d62b91a60..edb8962e0c42 100644 --- a/sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild +++ b/sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Kain X -# $Id: mac-fdisk-0.1.ebuild,v 1.1 2002/04/27 10:31:17 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild,v 1.2 2002/07/09 10:39:42 seemant Exp $ S=${WORKDIR}/${P} DEBRV=8 DESCRIPTION="Mac/PowerMac disk partitinoing utility" -SRC_URI="http://http.us.debian.org/debian/pool/main/m/mac-fdisk/mac-fdisk_${PV}.orig.tar.gz - http://http.us.debian.org/debian/pool/main/m/mac-fdisk/mac-fdisk_${PV}-${DEBRV}.diff.gz" +SRC_URI="http://http.us.debian.org/debian/pool/main/m/mac-fdisk/${PN}_${PV}.orig.tar.gz + http://http.us.debian.org/debian/pool/main/m/mac-fdisk/${PN}_${PV}-${DEBRV}.diff.gz" + #HOMEPAGE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="ppc" DEPEND="virtual/glibc" src_unpack() { -- cgit v1.2.3-65-gdbad