From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ky48k-0006Wp-5H for garchives@archives.gentoo.org; Thu, 06 Nov 2008 12:39:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 858A1E040B; Thu, 6 Nov 2008 12:39:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60EEBE040B for ; Thu, 6 Nov 2008 12:39:09 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 95F636525A for ; Thu, 6 Nov 2008 12:39:07 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Ky48h-0004CR-3v for gentoo-commits@lists.gentoo.org; Thu, 06 Nov 2008 12:39:07 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/qcad-parts: qcad-parts-2.1.2.8.ebuild qcad-parts-2.0.1.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: qcad-parts-2.1.2.8.ebuild qcad-parts-2.0.1.2.ebuild X-VCS-Directories: sci-misc/qcad-parts X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Thu, 06 Nov 2008 12:39:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4808e83c-63b1-4c2d-968f-29e8b4a4b877 X-Archives-Hash: 9b291d8ee8267aa2e880435fa630da12 bicatali 08/11/06 12:39:07 Added: qcad-parts-2.1.2.8.ebuild Removed: qcad-parts-2.0.1.2.ebuild Log: Version bump, closing bug #186000 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64) Revision Changes Path 1.1 sci-misc/qcad-parts/qcad-parts-2.1.2.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad-part= s/qcad-parts-2.1.2.8.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad-part= s/qcad-parts-2.1.2.8.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: qcad-parts-2.1.2.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad-parts/qcad-parts-2.1.2.8= .ebuild,v 1.1 2008/11/06 12:39:07 bicatali Exp $ MY_PN=3D"partlibrary" MY_PV=3D"${PV}-1" DESCRIPTION=3D"Collection of CAD files that can be used from the library = browser of QCad" LICENSE=3D"GPL-2" HOMEPAGE=3D"http://www.ribbonsoft.com/qcad_library.html" SRC_URI=3D"ftp://ribbonsoft.com/archives/${MY_PN}/${MY_PN}-${MY_PV}.tar.g= z" SLOT=3D"0" KEYWORDS=3D"~amd64 ~hppa ~ppc ~x86" IUSE=3D"" S=3D"${WORKDIR}/${MY_PN}-${MY_PV}" src_install() { insinto /usr/share/${PN} doins -r * || die "Failed installing qcad-parts files" } pkg_postinst() { einfo einfo "The QCad parts library was installed in" einfo "/usr/share/${PN}" einfo "Please set this path in QCad's preferences to access it." einfo "(Edit->Application Preferences->Paths->Part Libraries)" einfo einfo "After restarting QCad, you can use the library by selecting" einfo "View->Views->Library Browser" einfo }