diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-11 19:16:09 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-11 19:16:09 +0000 |
commit | ba2ecc29e4b3ab4f8ea0664efa48ef4f2e016618 (patch) | |
tree | 33b3a1aa725d047ecb35a40d4b1f8015ffd88d5c /dev-util | |
parent | Changed scripts to new POSIX conform syntax. Closes #35595. Cleaned out old e... (diff) | |
download | gentoo-2-ba2ecc29e4b3ab4f8ea0664efa48ef4f2e016618.tar.gz gentoo-2-ba2ecc29e4b3ab4f8ea0664efa48ef4f2e016618.tar.bz2 gentoo-2-ba2ecc29e4b3ab4f8ea0664efa48ef4f2e016618.zip |
x86
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/autoproject/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/autoproject/Manifest | 4 | ||||
-rw-r--r-- | dev-util/autoproject/autoproject-0.17.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/autoproject/ChangeLog b/dev-util/autoproject/ChangeLog index 2b9a23d89781..4aa1ef19ba0f 100644 --- a/dev-util/autoproject/ChangeLog +++ b/dev-util/autoproject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoproject # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/ChangeLog,v 1.1 2003/12/11 19:15:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/ChangeLog,v 1.2 2003/12/11 19:16:04 lanius Exp $ + + 11 Dec 2003; Heinrich Wendel <lanius@gentoo.org> autoproject-0.17.ebuild: + x86 *autoproject-0.17 (11 Dec 2003) diff --git a/dev-util/autoproject/Manifest b/dev-util/autoproject/Manifest index 842eba617f6d..666f5233dcc9 100644 --- a/dev-util/autoproject/Manifest +++ b/dev-util/autoproject/Manifest @@ -1,4 +1,4 @@ -MD5 91af7c8c11ec9638dfdae47f8ad63d05 ChangeLog 706 +MD5 81d404943a941718e7aef0b9fa7b3e0e ChangeLog 786 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 0c5bf95841153c69a6e794dc324d12f8 autoproject-0.17.ebuild 643 +MD5 5bd756292d133ff9c6ead5463bc36033 autoproject-0.17.ebuild 639 MD5 9cfa12d644272e7e33bfaa276731adad files/digest-autoproject-0.17 68 diff --git a/dev-util/autoproject/autoproject-0.17.ebuild b/dev-util/autoproject/autoproject-0.17.ebuild index 99dadf42274f..4e563ba6e953 100644 --- a/dev-util/autoproject/autoproject-0.17.ebuild +++ b/dev-util/autoproject/autoproject-0.17.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/autoproject-0.17.ebuild,v 1.1 2003/12/11 19:15:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/autoproject-0.17.ebuild,v 1.2 2003/12/11 19:16:04 lanius Exp $ DESCRIPTION="Used to start a programming project using autoconf, automake, and optionally a command line parser generator" SRC_URI="http://www.mv.com/ipusers/vanzandt/${P}.tar.gz" HOMEPAGE="http://www.mv.com/ipusers/vanzandt/" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" IUSE="" |