diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-07-31 13:55:21 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-07-31 13:55:21 +0000 |
commit | f0b3d8c4a2b8f0b52aa36c668282d469453a5a6d (patch) | |
tree | 17a34f2b640828338aa81b788af1089461585420 /x11-libs | |
parent | Stable on sparc wrt #100364 (diff) | |
download | historical-f0b3d8c4a2b8f0b52aa36c668282d469453a5a6d.tar.gz historical-f0b3d8c4a2b8f0b52aa36c668282d469453a5a6d.tar.bz2 historical-f0b3d8c4a2b8f0b52aa36c668282d469453a5a6d.zip |
still managed to screw it up
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.6.0.ebuild | 13 |
2 files changed, 2 insertions, 13 deletions
diff --git a/x11-libs/cairo/Manifest b/x11-libs/cairo/Manifest index efdadd8a4ad4..17563f2cb7e5 100644 --- a/x11-libs/cairo/Manifest +++ b/x11-libs/cairo/Manifest @@ -7,7 +7,7 @@ MD5 4db2c222787dd6470523acdfe996891e cairo-0.2.0-r1.ebuild 900 MD5 3a4cce771cdc4714c6931467622c9ddc cairo-0.1.23-r1.ebuild 757 MD5 6530e3394d4bd4331548a567e79b060d cairo-0.1.18.ebuild 755 MD5 5e508ee8f393ac39c114c64053ebf728 cairo-0.3.0-r1.ebuild 901 -MD5 6aafa8a697588af90297203407db8385 cairo-0.6.0.ebuild 1169 +MD5 0703b7de7585b5efb54c86b00bb27ca6 cairo-0.6.0.ebuild 1063 MD5 84ef7dc14d4bb777858a58844eb50641 cairo-0.2.0.ebuild 846 MD5 0ead505cd6768edce15e5177627bbecf ChangeLog 5333 MD5 65d1d5c2aa536148fb35cee02b3a8428 metadata.xml 337 diff --git a/x11-libs/cairo/cairo-0.6.0.ebuild b/x11-libs/cairo/cairo-0.6.0.ebuild index a7a415646b5a..2c1b59376945 100644 --- a/x11-libs/cairo/cairo-0.6.0.ebuild +++ b/x11-libs/cairo/cairo-0.6.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.6.0.ebuild,v 1.3 2005/07/31 10:56:28 foser Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.6.0.ebuild,v 1.4 2005/07/31 13:55:21 foser Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -30,15 +28,6 @@ RDEPEND="X? ( DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-0.4.0-makefile.patch - -} - src_compile() { econf \ |