summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Silva <r3pek@gentoo.org>2005-04-26 20:30:34 +0000
committerCarlos Silva <r3pek@gentoo.org>2005-04-26 20:30:34 +0000
commit0c49aa7aa01c7e7d6fa139bf5ef3eb656e50e50c (patch)
treeeae3cb1bacdfa5ee5f10561fbf9d3dee7c76695f /dev-util
parentMake sure we have a valid opengl implementation when uninstalling. Closes bu... (diff)
downloadgentoo-2-0c49aa7aa01c7e7d6fa139bf5ef3eb656e50e50c.tar.gz
gentoo-2-0c49aa7aa01c7e7d6fa139bf5ef3eb656e50e50c.tar.bz2
gentoo-2-0c49aa7aa01c7e7d6fa139bf5ef3eb656e50e50c.zip
Addind ~amd64 keyword and add a einfo saying the git-pasky is deprecated
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git-pasky/ChangeLog7
-rw-r--r--dev-util/git-pasky/git-pasky-0.7.ebuild9
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-util/git-pasky/ChangeLog b/dev-util/git-pasky/ChangeLog
index 733c13e5dc75..3c1d9e438b1c 100644
--- a/dev-util/git-pasky/ChangeLog
+++ b/dev-util/git-pasky/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/git-pasky
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/ChangeLog,v 1.1 2005/04/26 00:48:28 r3pek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/ChangeLog,v 1.2 2005/04/26 20:30:34 r3pek Exp $
+
+*git-pasky-0.7 (26 Apr 2005)
+
+ 26 Apr 2005; Carlos Silva <r3pek@gentoo.org> git-pasky-0.7.ebuild:
+ Addind ~amd64 keyword and add a einfo saying the git-pasky is deprecated
26 Apr 2005; Carlos Silva <r3pek@gentoo.org> +metadata.xml,
+files/Makefile.patch, +files/commit-id.patch:
diff --git a/dev-util/git-pasky/git-pasky-0.7.ebuild b/dev-util/git-pasky/git-pasky-0.7.ebuild
index 44805902d0c5..93d6fef4e454 100644
--- a/dev-util/git-pasky/git-pasky-0.7.ebuild
+++ b/dev-util/git-pasky/git-pasky-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/git-pasky-0.7.ebuild,v 1.1 2005/04/26 00:48:28 r3pek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git-pasky/git-pasky-0.7.ebuild,v 1.2 2005/04/26 20:30:34 r3pek Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://kernel.org/pub/software/scm/cogito/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="mozsha1 ppcsha1"
DEPEND="dev-libs/openssl
@@ -37,3 +37,8 @@ src_compile() {
src_install() {
einstall || die "einstall failed"
}
+
+pkg_postinst() {
+ einfo "git-pasky is deprecated in favor of cogito."
+ einfo "If you dont really need git-pasky, you should emerge cogito"
+}