summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-27 22:49:08 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-27 22:49:08 +0000
commitaf2c1dc5a4d297350fc33654fe8ac63c683ba9dd (patch)
tree86d02b96146562707cd3ca59f1f7e55c190b9de9 /x11-libs/compiz-bcop
parentwhitespace (diff)
downloadhistorical-af2c1dc5a4d297350fc33654fe8ac63c683ba9dd.tar.gz
historical-af2c1dc5a4d297350fc33654fe8ac63c683ba9dd.tar.bz2
historical-af2c1dc5a4d297350fc33654fe8ac63c683ba9dd.zip
Removed the bug reporting warning that was copied from the desktop-effects overlay by mistake.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64
Diffstat (limited to 'x11-libs/compiz-bcop')
-rw-r--r--x11-libs/compiz-bcop/ChangeLog7
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild8
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog
index 4e60cd9bbb94..77f33239dba2 100644
--- a/x11-libs/compiz-bcop/ChangeLog
+++ b/x11-libs/compiz-bcop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/compiz-bcop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.6 2008/10/27 01:07:38 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.7 2008/10/27 22:44:30 jmbsvicetto Exp $
+
+ 27 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ compiz-bcop-0.7.8.ebuild:
+ Removed the bug reporting warning that was copied from the desktop-effects
+ overlay by mistake.
*compiz-bcop-0.7.8 (27 Oct 2008)
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild
index 8c05f359b275..6297776e685c 100644
--- a/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild
+++ b/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild,v 1.1 2008/10/27 01:07:38 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild,v 1.2 2008/10/27 22:44:30 jmbsvicetto Exp $
DESCRIPTION="Compiz Option code Generator"
HOMEPAGE="http://compiz-fusion.org"
@@ -19,9 +19,3 @@ DEPEND="${RDEPEND}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}
-
-pkg_postinst() {
- ewarn "DO NOT report bugs to Gentoo's bugzilla"
- einfo "Please report all bugs to #gentoo-desktop-effects"
- einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
-}