summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/freetds: Drop oldPacho Ramos2019-01-272-73/+0
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-db/freetds: Drop oldMikle Kolyada2018-12-064-189/+0
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-db/freetds: arm stable wrt bug #671534Mikle Kolyada2018-12-061-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-db/freetds-1.00.341-r1: alpha stableTobias Klausmann2018-11-291-1/+1
| | | | | Bug: http://bugs.gentoo.org/671534 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-db/freetds: stable 1.00.341-r1 for ppc64, bug #671534Sergei Trofimovich2018-11-241-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/freetds: stable 1.00.341-r1 for ppc, bug #671534Sergei Trofimovich2018-11-241-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/freetds: stable 1.00.341-r1 for ia64, bug #671534Sergei Trofimovich2018-11-241-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/freetds: stable 1.00.341-r1 for hppa, bug #671534Sergei Trofimovich2018-11-241-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/freetds: amd64 stable wrt bug #671534Mikle Kolyada2018-11-241-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-db/freetds: x86 stable (bug #671534)Thomas Deutschmann2018-11-231-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/freetds: stable 1.00.341-r1 for sparc, bug #671534Rolf Eike Beer2018-11-231-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-db/freetds: Support debug (#662872 by Igor Korot)Pacho Ramos2018-10-201-0/+73
| | | | | | Closes: https://bugs.gentoo.org/662872 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-db/freetds: [QA] fix multiple violationsDavid Seifert2018-08-062-20/+26
| | | | | | | | | | | | | | * Fix broken --docdir on Prefix * Don't build static archives unless USE="static-libs" is enabled * Remove .la files unless USE="static-libs" is enabled * Bump to EAPI 7 * Clean up overly complicated src_configure * Add subslot operator for gnutls, libressl and openssl Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-db/freetds: remove old.Harri Nieminen2018-03-282-48/+0
| | | | | | | Drops stable keywords for s390 and sh platforms. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7684
* dev-db/freetds: new version 1.00.341 from the "current" series.Michael Orlitzky2018-01-212-0/+63
| | | | | | | | | | | | | | | | This apparently-huge version jump, from 1.00.54 to 1.00.341, comes as we switch from the upstream "stable" release series to the "current" one. The stable series is just, well, too stable for us: there have been a number of bug fixes (Gentoo bug 621430, for example) that never made it into a stable release. The "current" series should follow the upstream git repository more closely; they're snapshots of one manner or another. It looks to me like (and I have my fingers crossed that) the version numbers for the stable and current series to not overlap. Closes: https://bugs.gentoo.org/621430 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-db/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-db/freetds: stable 1.00.41 for hppa, bug #618174Sergei Trofimovich2017-10-151-1/+1
| | | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* dev-db/freetds: add live ebuild for easy testing of upstream changes.Michael Orlitzky2017-08-221-0/+62
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/freetds: new revision to add a missing REQUIRED_USE constraint.Michael Orlitzky2017-08-211-0/+5
| | | | | | | | | | | | The flags USE=iodbc and USE=odbc are actually mutually exclusive. The upstream build system doesn't crash at the moment, but will instead select only one of them if both are specified -- probably not what you want! This new revision adds an at-most-one-of constraint for those flags, so that you must explicitly choose (only) the one you want. Future versions of FreeTDS will throw an error if you ask for both. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/freetds: new version 1.00.54.Michael Orlitzky2017-08-132-3/+2
| | | | | | | | This minor update includes a QA warning fix, and drops the "--with-tdsver=7.4" from econf. The upstream default TDS version is now "auto" and not the old "5.0". Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/freetds: new version 1.00.53.Michael Orlitzky2017-08-123-0/+117
| | | | | | Gentoo-Bug: 585592 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/freetds: remove old unused versions and files.Michael Orlitzky2017-08-127-286/+0
| | | | | | | | | | The versions between 0.91 and 1.00.41 were all unstable on every arch, so I removed them in favor of v1.00.41. The old v0.91 is only still required because it's stable on hppa (where v1.00.41 is not). The one patch in the files directory was obsolete after the cleanup, so it too has been removed. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-db/freetds: keyword ~arm64Alexis Ballier2017-06-211-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-db/freetds: ppc stable wrt bug #618174Agostino Sarubbo2017-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds-1.00.41-r0: add alpha keywordTobias Klausmann2017-06-201-1/+1
| | | | Gentoo-Bug: 618174
* dev-db/freetds: ppc64 stable wrt bug #618174Agostino Sarubbo2017-06-131-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds: ia64 stable wrt bug #618174Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds: sparc stable wrt bug #618174Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds: x86 stable wrt bug #618174Agostino Sarubbo2017-06-091-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds: amd64 stable wrt bug #618174Agostino Sarubbo2017-06-081-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/freetds: arm stable, bug #618174Markus Meier2017-06-081-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-db/freetds: Bump to v1.00.41Thomas Deutschmann2017-06-062-0/+73
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* fix quoting to a lot of patch callsMike Frysinger2017-01-201-1/+1
|
* dev-db/freetds: new version 1.00.13.Michael Orlitzky2016-07-302-0/+74
| | | | | | | | | | | | | | | | | This new version fixes some bugs and adds a few new features. At some point, the upstream project added support for compiling with -Werror=format-security, so that takes care of our bug 521270. The ebuild now has support for GnuTLS, OpenSSL/LibreSSL (bug 490554), and iconv. These were all present upstream, but missing from the ebuild until now. It also adds a runtime dependency on bind-tools, which is used by the "osql" script (bug 487176). Gentoo-Bug: 487176 Gentoo-Bug: 490554 Gentoo-Bug: 521270 Package-Manager: portage-2.2.28
* dev-db/freetds: bump to EAPI 6, add maintainer-neededAustin English2016-07-072-0/+50
| | | | Package-Manager: portage-2.2.28
* dev-db/freetds: add 1.00.1Hans de Graaff2016-06-122-0/+49
| | | | Package-Manager: portage-2.2.28
* dev-db/freetds: add 1.00Hans de Graaff2016-05-242-0/+49
| | | | Package-Manager: portage-2.2.28
* dev-db/freetds: Cleanup due to #321263Pacho Ramos2016-05-211-3/+0
| | | | Package-Manager: portage-2.3.0_rc1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+126
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed