diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-tcltk/tcllib/Manifest | 8 | ||||
-rw-r--r-- | dev-tcltk/tcllib/files/digest-tcllib-1.7 | 1 | ||||
-rw-r--r-- | dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch | 26 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.6.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.7.ebuild | 33 |
8 files changed, 79 insertions, 11 deletions
diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index 6bf8578129f7..638eb29261ac 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tcltk/tcllib -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.12 2004/12/31 01:20:55 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.13 2005/03/27 03:54:30 matsuu Exp $ + +*tcllib-1.7 (27 Mar 2005) + + 27 Mar 2005; MATSUU Takuto <matsuu@gentoo.org> + +files/tcllib-1.7-gentoo.patch, +tcllib-1.7.ebuild: + Version bumped. 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest index 95c55cb66c91..160ef745390c 100644 --- a/dev-tcltk/tcllib/Manifest +++ b/dev-tcltk/tcllib/Manifest @@ -1,8 +1,10 @@ MD5 01b69b4d1f54ad7ea0a4be292c4dfdcc tcllib-1.3.ebuild 645 +MD5 47ea934fe4b3dd0bdce31177d6daa987 tcllib-1.7.ebuild 642 MD5 3b9c33aa2252c5ce8c13979441792eef ChangeLog 1320 -MD5 4f862ef7f48d1ebc362cc870c445fbfe tcllib-1.6.1.ebuild 662 -MD5 9d5b04719ffb08095101fb52aeb91a6e tcllib-1.6.ebuild 661 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 6b5bfec3ccbb46f3f5debe33de6ed5a7 files/digest-tcllib-1.6 63 +MD5 9d5b04719ffb08095101fb52aeb91a6e tcllib-1.6.ebuild 661 +MD5 4f862ef7f48d1ebc362cc870c445fbfe tcllib-1.6.1.ebuild 662 MD5 3a22c057003f03ee116fab15da5748ea files/digest-tcllib-1.6.1 65 MD5 0c2195d25c9a029fc2e978fb89bfb076 files/digest-tcllib-1.3 63 +MD5 6b5bfec3ccbb46f3f5debe33de6ed5a7 files/digest-tcllib-1.6 63 +MD5 0f7de6568b6d10f5f47cf363a7972968 files/digest-tcllib-1.7 63 diff --git a/dev-tcltk/tcllib/files/digest-tcllib-1.7 b/dev-tcltk/tcllib/files/digest-tcllib-1.7 new file mode 100644 index 000000000000..d3c473adb429 --- /dev/null +++ b/dev-tcltk/tcllib/files/digest-tcllib-1.7 @@ -0,0 +1 @@ +MD5 b8d9d5da75f082d0e5b2949c2df3509b tcllib-1.7.tar.gz 1852796 diff --git a/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch b/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch new file mode 100644 index 000000000000..d65f25cd8c77 --- /dev/null +++ b/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch @@ -0,0 +1,26 @@ +diff -Naur tcllib-1.7.orig/Makefile.in tcllib-1.7/Makefile.in +--- tcllib-1.7.orig/Makefile.in 2004-10-06 10:35:21.000000000 +0900 ++++ tcllib-1.7/Makefile.in 2005-03-27 12:48:02.238916520 +0900 +@@ -53,19 +53,19 @@ + -no-examples -no-html \ + -pkg-path $(DESTDIR)$(pkglibdir) \ + -nroff-path $(DESTDIR)$(mandir)/mann \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + install-libraries: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ + -pkg-path $(DESTDIR)$(pkglibdir) \ + -no-examples -no-html -no-nroff \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + install-doc: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ + -nroff-path $(DESTDIR)$(mandir)/mann \ + -no-examples -no-pkgs -no-html \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + test: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` test diff --git a/dev-tcltk/tcllib/tcllib-1.3.ebuild b/dev-tcltk/tcllib/tcllib-1.3.ebuild index 59c53cf4d019..67d24e351659 100644 --- a/dev-tcltk/tcllib/tcllib-1.3.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.3.ebuild,v 1.8 2004/06/25 02:08:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.3.ebuild,v 1.9 2005/03/27 03:54:30 matsuu Exp $ IUSE="X" diff --git a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild b/dev-tcltk/tcllib/tcllib-1.6.1.ebuild index 1899e8901239..cc61276ed811 100644 --- a/dev-tcltk/tcllib/tcllib-1.6.1.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.1.ebuild,v 1.3 2004/12/21 17:34:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.1.ebuild,v 1.4 2005/03/27 03:54:30 matsuu Exp $ DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" diff --git a/dev-tcltk/tcllib/tcllib-1.6.ebuild b/dev-tcltk/tcllib/tcllib-1.6.ebuild index 608109496ec6..9d8456b31f77 100644 --- a/dev-tcltk/tcllib/tcllib-1.6.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.ebuild,v 1.4 2004/06/25 02:08:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.6.ebuild,v 1.5 2005/03/27 03:54:30 matsuu Exp $ DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" diff --git a/dev-tcltk/tcllib/tcllib-1.7.ebuild b/dev-tcltk/tcllib/tcllib-1.7.ebuild new file mode 100644 index 000000000000..77297b7a3e0c --- /dev/null +++ b/dev-tcltk/tcllib/tcllib-1.7.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.7.ebuild,v 1.1 2005/03/27 03:54:30 matsuu Exp $ + +inherit eutils + +DESCRIPTION="Tcl Standard Library." +HOMEPAGE="http://www.tcl.tk/software/tcllib/" +SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~s390" + +DEPEND=">=dev-lang/tcl-8.3.1" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.patch +} + +src_compile() { + econf || die + # emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc ChangeLog PACKAGES* README STATUS *.txt +} |