diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-05-28 17:38:23 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-05-28 17:38:23 +0000 |
commit | 25fb9514cd4a547bc064d8be1d7ba591fe97ec61 (patch) | |
tree | dc66912ecf419ee630d1ecdf961ead00bdbf22a3 /app-sci | |
parent | Change -x86 masks to ~x86 (but still package.masked) (diff) | |
download | historical-25fb9514cd4a547bc064d8be1d7ba591fe97ec61.tar.gz historical-25fb9514cd4a547bc064d8be1d7ba591fe97ec61.tar.bz2 historical-25fb9514cd4a547bc064d8be1d7ba591fe97ec61.zip |
Added warning statement to ebuild about font installation, removed old versions
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/qcad/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/qcad/files/digest-qcad-1.4.7 | 1 | ||||
-rw-r--r-- | app-sci/qcad/files/digest-qcad-1.5.1 | 1 | ||||
-rw-r--r-- | app-sci/qcad/qcad-1.4.7.ebuild | 39 | ||||
-rw-r--r-- | app-sci/qcad/qcad-1.5.1.ebuild | 39 | ||||
-rw-r--r-- | app-sci/qcad/qcad-1.5.4.ebuild | 9 |
6 files changed, 13 insertions, 82 deletions
diff --git a/app-sci/qcad/ChangeLog b/app-sci/qcad/ChangeLog index 0ef86e24eba8..4fd08d49f67e 100644 --- a/app-sci/qcad/ChangeLog +++ b/app-sci/qcad/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-sci/qcad # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.6 2003/04/05 21:59:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.7 2003/05/28 17:38:23 caleb Exp $ *qcad-1.5.4 (22 Nov 2002) + 28 May 2003; Caleb Tennis <caleb@gentoo.org> qcad-1.5.4.ebuild: + Added warning statement about installing fonts in your home directory. + Removed old versions - closes bug #19264 + 06 Apr 2003; Dan Armak <danarmak@gentoo.org> qcad-1.5.4.ebuild: Add stable x86 keyword. diff --git a/app-sci/qcad/files/digest-qcad-1.4.7 b/app-sci/qcad/files/digest-qcad-1.4.7 deleted file mode 100644 index 4f0398719a9d..000000000000 --- a/app-sci/qcad/files/digest-qcad-1.4.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7b2a645ac1d5788471a221464a4ab69 qcad-1.4.7-src.tar.gz 1511955 diff --git a/app-sci/qcad/files/digest-qcad-1.5.1 b/app-sci/qcad/files/digest-qcad-1.5.1 deleted file mode 100644 index 0be2369f834e..000000000000 --- a/app-sci/qcad/files/digest-qcad-1.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb4b6e2f6a211a27c0588895e7446e09 qcad-1.5.1-src.tar.gz 2793608 diff --git a/app-sci/qcad/qcad-1.4.7.ebuild b/app-sci/qcad/qcad-1.4.7.ebuild deleted file mode 100644 index 6bc3ce50fec7..000000000000 --- a/app-sci/qcad/qcad-1.4.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.6 2003/02/13 09:25:03 vapier Exp $ - -MY_P=${P}-src -S=${WORKDIR}/${MY_P} -DESCRIPTION="A 2D CAD package based upon Qt." -SRC_URI="http://www.qcad.org/archives/${MY_P}.tar.gz" -HOMEPAGE="http://www.qcad.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=dev-util/tmake-1.8-r1 - =x11-libs/qt-2.3*" - -src_compile() { - export QTDIR=/usr/qt/2 - cd ${S} - tmake qcad.pro -o Makefile - emake CXXFLAGS="$CXXFLAGS" || die -} - -src_install() { - dobin qcad - - dohtml -r doc - - dodoc AUTHORS COPYING INSTALL MANIFEST README TODO changes-1.4.8 changes-old - docinto examples - dodoc examples/* - - dodir /usr/share/${PN} - cp -a fonts hatches libraries messages templates ${D}/usr/share/${PN} - - insinto /usr/share/${PN}/pixmaps - doins xpm/* -} diff --git a/app-sci/qcad/qcad-1.5.1.ebuild b/app-sci/qcad/qcad-1.5.1.ebuild deleted file mode 100644 index e37529938a21..000000000000 --- a/app-sci/qcad/qcad-1.5.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.5.1.ebuild,v 1.4 2003/02/13 09:25:07 vapier Exp $ -inherit kde-functions - -MY_P=${P}-src -S=${WORKDIR}/${MY_P} -DESCRIPTION="A 2D CAD package based upon Qt." -SRC_URI="mirror://sourceforge/qcad//${MY_P}.tar.gz" -HOMEPAGE="http://www.qcad.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=x11-libs/qt-3" - -set-qtdir 3 - -src_compile() { - cd ${S} - emake CXXFLAGS="$CXXFLAGS" || die -} - -src_install () { - dobin qcad - - dohtml -r doc - - dodoc AUTHORS COPYING INSTALL MANIFEST README TODO changes-* - docinto examples - dodoc examples/* - - dodir /usr/share/${PN} - cp -a fonts hatches libraries messages templates ${D}/usr/share/${PN} - - insinto /usr/share/${PN}/pixmaps - doins xpm/* -} diff --git a/app-sci/qcad/qcad-1.5.4.ebuild b/app-sci/qcad/qcad-1.5.4.ebuild index 5e5f6aaa7c36..77b22eeeb9fd 100644 --- a/app-sci/qcad/qcad-1.5.4.ebuild +++ b/app-sci/qcad/qcad-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.5.4.ebuild,v 1.4 2003/04/05 21:59:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.5.4.ebuild,v 1.5 2003/05/28 17:38:23 caleb Exp $ inherit kde-functions MY_P=${P}-src @@ -37,3 +37,10 @@ src_install () { insinto /usr/share/${PN}/pixmaps doins xpm/* } + +pkg_postinst() +{ + ewarn "The QCad fonts have been installed to /usr/share/${PN}/fonts" + ewarn "You will need to copy them to ~/.qcad/fonts/ in order for QCad" + ewarn "to properly find the fonts." +} |