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
commit6d7cd948c30381b4bf156273f0b5a6027911c44a (patch)
tree866fac3836d35c0792c2eac84d01cf0734db3975 /dev-util
parentMake sure we have a valid opengl implementation when uninstalling. Closes bu... (diff)
downloadhistorical-6d7cd948c30381b4bf156273f0b5a6027911c44a.tar.gz
historical-6d7cd948c30381b4bf156273f0b5a6027911c44a.tar.bz2
historical-6d7cd948c30381b4bf156273f0b5a6027911c44a.zip
Addind ~amd64 keyword and add a einfo saying the git-pasky is deprecated
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git-pasky/ChangeLog7
-rw-r--r--dev-util/git-pasky/Manifest4
-rw-r--r--dev-util/git-pasky/git-pasky-0.7.ebuild9
3 files changed, 15 insertions, 5 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/Manifest b/dev-util/git-pasky/Manifest
index af3cc3418805..478492df8864 100644
--- a/dev-util/git-pasky/Manifest
+++ b/dev-util/git-pasky/Manifest
@@ -1,5 +1,5 @@
-MD5 b06ab0ff492e7bcc16ba3e35e2f2a87b ChangeLog 337
-MD5 a7b9b0cf4a1b43298324eef8b4bc39cc git-pasky-0.7.ebuild 896
+MD5 4efd1b43972e810d9f05df92c4859576 ChangeLog 512
+MD5 2bde98930dce94f2f88eb1d2a4f8bc6c git-pasky-0.7.ebuild 1045
MD5 78c1b34edd1399c24d7d9e59212bc17a metadata.xml 221
MD5 1a35829a7608cc88ae10ede9b2cc2630 files/Makefile.patch 674
MD5 6bf7a8b9b7d8cc7c3473bd48fa9ba5b1 files/commit-id.patch 216
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"
+}