diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:27:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:27:03 +0000 |
commit | 32ca2959e60705a58ba7c569b3deb58340ce6191 (patch) | |
tree | 39bd675dba0f53e7a05cb110c5822f76ab6ca5a5 /app-crypt/seahorse | |
parent | dep cleanup (diff) | |
download | gentoo-2-32ca2959e60705a58ba7c569b3deb58340ce6191.tar.gz gentoo-2-32ca2959e60705a58ba7c569b3deb58340ce6191.tar.bz2 gentoo-2-32ca2959e60705a58ba7c569b3deb58340ce6191.zip |
dep cleanup
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/Manifest | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.2.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.3.ebuild | 5 |
4 files changed, 16 insertions, 8 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 0f6f41c93dce..38abdfaee7be 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.10 2003/05/02 14:55:31 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.11 2003/07/09 17:26:55 liquidx Exp $ + + 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> seahorse-0.6.2.ebuild, + seahorse-0.6.3.ebuild: + add pkgconfig dep *seahorse-0.6.3 (02 May 2003) diff --git a/app-crypt/seahorse/Manifest b/app-crypt/seahorse/Manifest index 03592703498e..81313621fabc 100644 --- a/app-crypt/seahorse/Manifest +++ b/app-crypt/seahorse/Manifest @@ -1,8 +1,8 @@ -MD5 34183acb62bb6f5d1ced5e9699ab5951 ChangeLog 1556 +MD5 3231d884ee8b42cf3bce4a1a1e6266cd ChangeLog 1676 MD5 dd2e182b7a54b106fb48323c17f061e5 seahorse-0.5.0.ebuild 753 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 fa713d118150bd28b410668dfe4ca82c seahorse-0.6.2.ebuild 752 -MD5 844214e7f05d0a751011031382243a09 seahorse-0.6.3.ebuild 678 +MD5 9db86a6b60d7099f00f459bf99b441b1 seahorse-0.6.2.ebuild 796 +MD5 186a4288c2653d47a3e1f8a0722f8bf0 seahorse-0.6.3.ebuild 700 MD5 2ac72d441df8951af562ac49299cd059 files/digest-seahorse-0.5.0 66 MD5 1ab30e715e58ad23bf11b5cc84298598 files/digest-seahorse-0.6.2 66 MD5 052f1fee75fc120426817f6e7c0726f6 files/digest-seahorse-0.6.3 66 diff --git a/app-crypt/seahorse/seahorse-0.6.2.ebuild b/app-crypt/seahorse/seahorse-0.6.2.ebuild index 1cfd6d4dbecc..4a0997596fe4 100644 --- a/app-crypt/seahorse/seahorse-0.6.2.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.5 2003/05/02 14:55:31 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.6 2003/07/09 17:26:55 liquidx Exp $ IUSE="" DESCRIPTION="gnome front end to gnupg" @@ -11,13 +11,16 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc" -DEPEND="virtual/x11 +RDEPEND="virtual/x11 >=app-crypt/gnupg-1.2.0 =app-crypt/gpgme-0.3.14 >=x11-libs/gtk+-2* >=gnome-base/libgnome-2* >=app-text/scrollkeeper-0.3*" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_compile() { econf emake || die "parallel make failed" diff --git a/app-crypt/seahorse/seahorse-0.6.3.ebuild b/app-crypt/seahorse/seahorse-0.6.3.ebuild index 58622057cade..a8a866bebc48 100644 --- a/app-crypt/seahorse/seahorse-0.6.3.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.3.ebuild,v 1.2 2003/05/17 15:53:19 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.3.ebuild,v 1.3 2003/07/09 17:26:55 liquidx Exp $ inherit gnome2 @@ -20,6 +20,7 @@ RDEPEND="virtual/x11 >=gnome-base/libglade-2" DEPEND="${RDEPEND} - >=app-text/scrollkeeper-0.3" + >=app-text/scrollkeeper-0.3 + dev-util/pkgconfig" DOCS="AUTHORS COPYING* ChangeLog NEWS README TODO THANKS" |