diff options
-rw-r--r-- | app-crypt/gringotts/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-1.2.2 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-1.2.3 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.3.ebuild (renamed from app-crypt/gringotts/gringotts-1.2.2.ebuild) | 26 | ||||
-rw-r--r-- | dev-libs/libgringotts/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libgringotts/files/digest-libgringotts-1.1.1 | 1 | ||||
-rw-r--r-- | dev-libs/libgringotts/files/digest-libgringotts-1.1.2 | 1 | ||||
-rw-r--r-- | dev-libs/libgringotts/libgringotts-1.1.2.ebuild (renamed from dev-libs/libgringotts/libgringotts-1.1.1.ebuild) | 14 |
8 files changed, 41 insertions, 19 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog index c2711b93a016..e467d3722a6e 100644 --- a/app-crypt/gringotts/ChangeLog +++ b/app-crypt/gringotts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/gringotts # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.8 2002/12/13 10:56:01 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.9 2003/01/14 07:38:32 leonardop Exp $ + +*gringotts-1.2.3 (14 Jan 2003) + + 14 Jan 2003; L. Boshell <leonardop@gentoo.org> : Version bump. Thanks to + Alastair Tse for his contribution on bug #11920 regarding dependencies + for this package. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-crypt/gringotts/files/digest-gringotts-1.2.2 b/app-crypt/gringotts/files/digest-gringotts-1.2.2 deleted file mode 100644 index c16bcdda1424..000000000000 --- a/app-crypt/gringotts/files/digest-gringotts-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f4f77392384336d5930825b5ea3ebf1 gringotts-1.2.2.tar.bz2 161322 diff --git a/app-crypt/gringotts/files/digest-gringotts-1.2.3 b/app-crypt/gringotts/files/digest-gringotts-1.2.3 new file mode 100644 index 000000000000..5e07b8e4bafc --- /dev/null +++ b/app-crypt/gringotts/files/digest-gringotts-1.2.3 @@ -0,0 +1 @@ +MD5 272977f4ab002c19ab3700aa219c4cf9 gringotts-1.2.3.tar.bz2 172239 diff --git a/app-crypt/gringotts/gringotts-1.2.2.ebuild b/app-crypt/gringotts/gringotts-1.2.3.ebuild index 6339809a0750..b0d6e0f9c46c 100644 --- a/app-crypt/gringotts/gringotts-1.2.2.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.3.ebuild @@ -1,31 +1,35 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.2.ebuild,v 1.3 2002/12/18 14:16:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.3.ebuild,v 1.1 2003/01/14 07:38:33 leonardop Exp $ DESCRIPTION="Utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" -IUSE="" +IUSE="X" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -RDEPEND=">=dev-libs/glib-2.0.6-r1 +DEPEND=">=dev-util/pkgconfig-0.12.0 + >=dev-libs/libgringotts-1.1.1 + dev-libs/popt >=x11-libs/gtk+-2.0.6-r1 - >=dev-libs/libmcrypt-2.5.1 - >=app-crypt/mhash-0.8.16" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.17 - >=dev-util/pkgconfig-0.12.0 - >=dev-libs/libgringotts-1.1.1" + sys-apps/textutils + X? ( x11-base/xfree )" src_compile() { - econf + local myconf="" + + use X && myconf="--with-x" || myconf="--without-x" + + econf ${myconf} + emake || die "Compilation failed" } src_install() { einstall - dodoc AUTHORS BUGS ChangeLog COPYING TODO + + dodoc AUTHORS BUGS ChangeLog COPYING FAQ README TODO } diff --git a/dev-libs/libgringotts/ChangeLog b/dev-libs/libgringotts/ChangeLog index f9eb703e6e78..e1eef31008c4 100644 --- a/dev-libs/libgringotts/ChangeLog +++ b/dev-libs/libgringotts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libgringotts # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/ChangeLog,v 1.1 2002/12/06 03:27:15 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/ChangeLog,v 1.2 2003/01/14 07:37:38 leonardop Exp $ + +*libgringotts-1.1.2 (14 Jan 2003) + + 14 Jan 2003; L. Boshell <leonardop@gentoo.org> : New version. + Dependencies are more comprehensive now, thanks to Alastair Tse (bug + #11919). *libgringotts-1.1.1 (05 Dec 2002) diff --git a/dev-libs/libgringotts/files/digest-libgringotts-1.1.1 b/dev-libs/libgringotts/files/digest-libgringotts-1.1.1 deleted file mode 100644 index 7d5d41da23bb..000000000000 --- a/dev-libs/libgringotts/files/digest-libgringotts-1.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3841104c2b73ea03206fd3aecd43be5b libgringotts-1.1.1.tar.bz2 145257 diff --git a/dev-libs/libgringotts/files/digest-libgringotts-1.1.2 b/dev-libs/libgringotts/files/digest-libgringotts-1.1.2 new file mode 100644 index 000000000000..e2bb180343c5 --- /dev/null +++ b/dev-libs/libgringotts/files/digest-libgringotts-1.1.2 @@ -0,0 +1 @@ +MD5 82566aa79371f945f1bb2a7984854766 libgringotts-1.1.2.tar.bz2 145241 diff --git a/dev-libs/libgringotts/libgringotts-1.1.1.ebuild b/dev-libs/libgringotts/libgringotts-1.1.2.ebuild index e73f45df5e30..469e0978829e 100644 --- a/dev-libs/libgringotts/libgringotts-1.1.1.ebuild +++ b/dev-libs/libgringotts/libgringotts-1.1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/libgringotts-1.1.1.ebuild,v 1.1 2002/12/06 03:27:15 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/libgringotts-1.1.2.ebuild,v 1.1 2003/01/14 07:37:38 leonardop Exp $ DESCRIPTION="libgringotts - Needed by Gringotts" SRC_URI="http://devel.pluto.linux.it/projects/libGringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/libGringotts/index.php" S=${WORKDIR}/${P} -IUSE="" +IUSE="X" SLOT="0" LICENSE="GPL-2" @@ -14,12 +14,18 @@ KEYWORDS="~x86" DEPEND=">=dev-libs/libmcrypt-2.4.21 >=app-crypt/mhash-0.8.13 + sys-apps/bzip2 + sys-apps/textutils sys-libs/zlib >=dev-util/pkgconfig-0.12.0 - x11-base/xfree" + X? ( x11-base/xfree )" src_compile() { - econf || die "./configure failed" + local myconf="" + + use X && myconf="--with-x" || myconf="--without-x" + + econf ${myconf} || die "./configure failed" emake || die "Compilation failed" } |