From owner-cvs-all@FreeBSD.ORG Sun Jun 25 11:35:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BDA16A400; Sun, 25 Jun 2006 11:35:10 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F05A43D45; Sun, 25 Jun 2006 11:35:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5PBZ9Tu005852; Sun, 25 Jun 2006 11:35:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5PBZ9cS005851; Sun, 25 Jun 2006 11:35:09 GMT (envelope-from erwin) Message-Id: <200606251135.k5PBZ9cS005851@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 25 Jun 2006 11:35:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_dist-gentoo-stage1 Makefile distinfo distinfo.alpha distinfo.i386 pkg-deinstall pkg-install pkg-message pkg-plist ports/emulators/linux_dist-gentoo-stage1/files pkg-deinstall.in pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 11:35:10 -0000 erwin 2006-06-25 11:35:08 UTC FreeBSD ports repository Modified files: emulators/linux_dist-gentoo-stage1 Makefile Added files: emulators/linux_dist-gentoo-stage1 distinfo pkg-plist emulators/linux_dist-gentoo-stage1/files pkg-deinstall.in pkg-install.in pkg-message.in Removed files: emulators/linux_dist-gentoo-stage1 distinfo.alpha distinfo.i386 pkg-deinstall pkg-install pkg-message Log: Repocopy from linux_base-gentoo-stage1 to emulators/linux_dist-gentoo-stage1. These ports are complete Linux distributions rather than linux_base ports and don't really suit our Ports Collection infrastructure, so they should be renamed to emulators/linux_dist-gentoo-stage[123], but the opportunity to install them as linux_base should be kept. After the repocopy the patches mentioned below should be applied - Add WITH_LINUXBASE for using as a linux_base, otherwise it installs under ${PREFIX}/${PORTNAME} - Add an explanation in pre-fetch to explain WITH_LINUXBASE - Move pkg- scripts into files/ to reinplace-edit them appropriately - Change to static plists - do-extract is unnecessary now since we have static plists - Drop alpha support for linux_base-gentoo-stage1 since 1, alpha support was dropped in CURRENT as well, and RELENG_[56] are badly maintained for alpha 2, I don't have hardware to test these changes for alpha - Bump PORTREVISION PR: 99210 Submitted by: Gabor Kovesdan Repocopy by: marcus Revision Changes Path 1.32 +49 -32 ports/emulators/linux_dist-gentoo-stage1/Makefile 1.1 +3 -0 ports/emulators/linux_dist-gentoo-stage1/distinfo (new) 1.8 +0 -3 ports/emulators/linux_dist-gentoo-stage1/distinfo.alpha (dead) 1.10 +0 -3 ports/emulators/linux_dist-gentoo-stage1/distinfo.i386 (dead) 1.1 +18 -0 ports/emulators/linux_dist-gentoo-stage1/files/pkg-deinstall.in (new) 1.1 +32 -0 ports/emulators/linux_dist-gentoo-stage1/files/pkg-install.in (new) 1.1 +18 -0 ports/emulators/linux_dist-gentoo-stage1/files/pkg-message.in (new) 1.2 +0 -36 ports/emulators/linux_dist-gentoo-stage1/pkg-deinstall (dead) 1.3 +0 -43 ports/emulators/linux_dist-gentoo-stage1/pkg-install (dead) 1.3 +0 -23 ports/emulators/linux_dist-gentoo-stage1/pkg-message (dead) 1.1 +5684 -0 ports/emulators/linux_dist-gentoo-stage1/pkg-plist (new)