diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-09-16 06:40:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-09-16 06:40:03 +0000 |
commit | 7b3c3a722b69a93f6b463dba869e345d905f667f (patch) | |
tree | 14463def88616b53f2c810355670e02d7462c823 /dev-php/PEAR-File_SMBPasswd | |
parent | arm stable. (diff) | |
download | historical-7b3c3a722b69a93f6b463dba869e345d905f667f.tar.gz historical-7b3c3a722b69a93f6b463dba869e345d905f667f.tar.bz2 historical-7b3c3a722b69a93f6b463dba869e345d905f667f.zip |
Stable for HPPA (bug #192247).
Package-Manager: portage-2.1.2.12
Diffstat (limited to 'dev-php/PEAR-File_SMBPasswd')
-rw-r--r-- | dev-php/PEAR-File_SMBPasswd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-File_SMBPasswd/ChangeLog b/dev-php/PEAR-File_SMBPasswd/ChangeLog index 4c74e35f2209..fbc65d9d71fc 100644 --- a/dev-php/PEAR-File_SMBPasswd/ChangeLog +++ b/dev-php/PEAR-File_SMBPasswd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-File_SMBPasswd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.7 2007/02/21 23:17:07 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.8 2007/09/16 05:24:56 jer Exp $ + + 16 Sep 2007; Jeroen Roovers <jer@gentoo.org> + PEAR-File_SMBPasswd-1.0.2.ebuild: + Stable for HPPA (bug #192247). 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild index a6ba9b45f907..cc95de1a9ed4 100644 --- a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild +++ b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild,v 1.5 2006/11/25 19:16:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild,v 1.6 2007/09/16 05:24:56 jer Exp $ inherit php-pear-r1 depend.php DESCRIPTION="Class for managing SAMBA style password files." LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-Crypt_CHAP" |