* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/
@ 2017-01-16 14:17 Michael Haubenwallner
0 siblings, 0 replies; 5+ messages in thread
From: Michael Haubenwallner @ 2017-01-16 14:17 UTC (permalink / raw
To: gentoo-commits
commit: c8e5a7b3427a5b30841082958e67980e7a3bb01c
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 14:14:53 2017 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 14:17:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e5a7b3
sys-libs/cygwin-crypt: initial commit, v1.4
Package-Manager: portage-2.2.28
sys-libs/cygwin-crypt/Manifest | 1 +
sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild | 42 +++++++++++++++++++++++++++
sys-libs/cygwin-crypt/metadata.xml | 13 +++++++++
3 files changed, 56 insertions(+)
diff --git a/sys-libs/cygwin-crypt/Manifest b/sys-libs/cygwin-crypt/Manifest
new file mode 100644
index 00000000..e4cf623
--- /dev/null
+++ b/sys-libs/cygwin-crypt/Manifest
@@ -0,0 +1 @@
+DIST cygwin-crypt-1.4.tar.bz2 4446 SHA256 26767faae5dab6a8e4103df0d41cd2b07cda97c48a31dfab73949b4df198818b SHA512 1ecc4256730f13161a651cfdf71b27c1042e6f56fb859943426c371d4b37b8b2bd6ea768f86e45f7b8cf3478e97ff9578b79e5c37178c8794ff9b87799f2cab3 WHIRLPOOL def38d196a7cdbcc2fcb307b5aaf45e76a703fb4557475f157f00eb63ca693e02f126f101552a424abb3a19bb8e342c777747b443295551fac637716ea5482a3
diff --git a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild b/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
new file mode 100644
index 00000000..6148353
--- /dev/null
+++ b/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="Cygwin Encryption/Decryption utility and library"
+HOMEPAGE="https://sourceware.org/cygwin-apps/"
+# Upstream provides the git repo only, so we do:
+# git clone git://cygwin.com/git/cygwin-apps/crypt.git
+# cd crypt
+# git archive -o cygwin-crypt-${PV}.tar --prefix=cygwin-crypt-${PV}/ crypt-${PV}-release
+# bzip2 cygwin-crypt-${PV}.tar
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~x64-cygwin ~x86-cygwin"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+mymake() {
+ emake \
+ CC="$(tc-getCC)" \
+ AR="$(tc-getAR)" \
+ CFLAGS="${CFLAGS}" \
+ prefix="${EPREFIX}/usr" \
+ docdir="${EPREFIX}/share/doc/${P}" \
+ "$@"
+}
+
+src_compile() {
+ mymake
+}
+
+src_install() {
+ mymake install DESTDIR="${D}"
+}
diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml
new file mode 100644
index 00000000..f47e1fc
--- /dev/null
+++ b/sys-libs/cygwin-crypt/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>haubi@gentoo.org</email>
+ <name>Michael Haubenwallner</name>
+ </maintainer>
+ <longdescription lang="en">
+This packages provides a library which exports the functions crypt(3),
+encrypt(3), and setkey(3). The created passwords are 56 bit DES
+encrypted and are 100% identical to those created by the Linux crypt(3).
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/
@ 2017-01-16 16:32 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2017-01-16 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 08cb09d1ce901c9f295ed4c9995d510e633d207b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 16:32:27 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 16:32:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cb09d1
sys-libs/cygwin-crypt: Fix metadata.xml
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-libs/cygwin-crypt/metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml
index f47e1fc..598620e 100644
--- a/sys-libs/cygwin-crypt/metadata.xml
+++ b/sys-libs/cygwin-crypt/metadata.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>haubi@gentoo.org</email>
<name>Michael Haubenwallner</name>
</maintainer>
<longdescription lang="en">
-This packages provides a library which exports the functions crypt(3),
-encrypt(3), and setkey(3). The created passwords are 56 bit DES
-encrypted and are 100% identical to those created by the Linux crypt(3).
+ This packages provides a library which exports the functions crypt(3),
+ encrypt(3), and setkey(3). The created passwords are 56 bit DES
+ encrypted and are 100% identical to those created by the Linux crypt(3).
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/
@ 2020-12-18 14:16 Fabian Groffen
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2020-12-18 14:16 UTC (permalink / raw
To: gentoo-commits
commit: ab8903e2145e20a9d11da255791968e6fbf6b549
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 14:11:35 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 14:15:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8903e2
sys-libs/cygwin-crypt: drop x86-cygwin
Bug: https://bugs.gentoo.org/760057
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild b/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
index 0a8f46c6fb6..37c9ff3d46f 100644
--- a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
+++ b/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/
@ 2021-04-23 6:53 Michael Haubenwallner
0 siblings, 0 replies; 5+ messages in thread
From: Michael Haubenwallner @ 2021-04-23 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 17578679a5561540f3f763ceb2a6dc5640436a33
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 06:07:36 2021 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 06:45:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17578679
sys-libs/cygwin-crypt: m-needed
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
sys-libs/cygwin-crypt/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml
index 598620e9d7d..e86f0c93724 100644
--- a/sys-libs/cygwin-crypt/metadata.xml
+++ b/sys-libs/cygwin-crypt/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>haubi@gentoo.org</email>
- <name>Michael Haubenwallner</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
This packages provides a library which exports the functions crypt(3),
encrypt(3), and setkey(3). The created passwords are 56 bit DES
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/
@ 2021-11-27 13:04 Marek Szuba
0 siblings, 0 replies; 5+ messages in thread
From: Marek Szuba @ 2021-11-27 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 763a9912b8e19e49c1f07fab9e234c966e1e2a34
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 11:23:21 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 13:04:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763a9912
sys-libs/cygwin-crypt: update EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
.../{cygwin-crypt-1.4.ebuild => cygwin-crypt-1.4-r1.ebuild} | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild b/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild
similarity index 90%
rename from sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
rename to sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild
index 37c9ff3d46f3..24de50f1790b 100644
--- a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild
+++ b/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
inherit toolchain-funcs
@@ -17,10 +17,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~x64-cygwin"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
mymake() {
emake \
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-27 13:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-23 6:53 [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/ Michael Haubenwallner
-- strict thread matches above, loose matches on Subject: below --
2021-11-27 13:04 Marek Szuba
2020-12-18 14:16 Fabian Groffen
2017-01-16 16:32 Thomas Deutschmann
2017-01-16 14:17 Michael Haubenwallner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox