diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-27 22:44:30 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-27 22:44:30 +0000 |
commit | cf15be28a680ba92bebf37e8f0c14226b5d7e628 (patch) | |
tree | 8646f5dc315df5dc559734af1f3b6ee70d68aba0 /x11-libs/compiz-bcop | |
parent | Added net-misc/miniupnpd to the tree (diff) | |
download | gentoo-2-cf15be28a680ba92bebf37e8f0c14226b5d7e628.tar.gz gentoo-2-cf15be28a680ba92bebf37e8f0c14226b5d7e628.tar.bz2 gentoo-2-cf15be28a680ba92bebf37e8f0c14226b5d7e628.zip |
Removed the bug reporting warning that was copied from the desktop-effects overlay by mistake.
(Portage version: 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/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/compiz-bcop/compiz-bcop-0.7.8.ebuild | 8 |
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" -} |