summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-12-31 22:01:34 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-12-31 22:01:34 +0000
commit17b7adbce08d13eea3d40dae899ec6c41858a0b5 (patch)
tree2c96a1e312e722dc5ded0267bdaf29be20e334f5 /x11-libs
parentAddress bin/*.sh stuff not having execute bit set. Possibly upstream bug/prob... (diff)
downloadgentoo-2-17b7adbce08d13eea3d40dae899ec6c41858a0b5.tar.gz
gentoo-2-17b7adbce08d13eea3d40dae899ec6c41858a0b5.tar.bz2
gentoo-2-17b7adbce08d13eea3d40dae899ec6c41858a0b5.zip
Remove useless post install msg and remove unused IUSE flag
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/ChangeLog5
-rw-r--r--x11-libs/cairo/cairo-1.2.6.ebuild10
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 899123f1cdb0..822903920213 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/cairo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.93 2006/12/31 21:34:02 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.94 2006/12/31 22:01:34 cardoe Exp $
+
+ 31 Dec 2006; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.6.ebuild:
+ Remove useless post install msg and remove unused IUSE flag
*cairo-1.3.10 (31 Dec 2006)
diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild
index 72152b038dff..42dc82892958 100644
--- a/x11-libs/cairo/cairo-1.2.6.ebuild
+++ b/x11-libs/cairo/cairo-1.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.3 2006/12/07 03:21:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.4 2006/12/31 22:01:34 cardoe Exp $
inherit eutils flag-o-matic debug
@@ -11,7 +11,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="directfb doc glitz png svg X"
+IUSE="directfb doc glitz svg X"
# Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it
RESTRICT="test"
@@ -53,9 +53,3 @@ src_install() {
make DESTDIR="${D}" install || die "Installation failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
-
-pkg_postinst() {
- echo
- ewarn "You will most likely need to run revdep-rebuild after emerging this"
- echo
-}