Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gaffitter: use modern cmake syntax #178621

Merged
merged 1 commit into from
Jul 27, 2024
Merged

gaffitter: use modern cmake syntax #178621

merged 1 commit into from
Jul 27, 2024

Conversation

chenrui333
Copy link
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@chenrui333 chenrui333 added the CI-no-bottles Merge without publishing bottles label Jul 26, 2024
@github-actions github-actions bot added the deprecated license Formula uses a deprecated SPDX license which should be updated label Jul 26, 2024
@Homebrew Homebrew deleted a comment from github-actions bot Jul 26, 2024
@chenrui333
Copy link
Member Author

license ref
// ---------------------------------------------------------------------
//   gaffitter.cc (created on Tue Aug 23 01:08:35 BRT 2005)
// 
//   Genetic Algorithm File Fitter (gaffitter)
//
//   Copyright (C) 2005-2015 Douglas A. Augusto
// 
// This file is part of gaffitter.
// 
// gaffitter is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3 of the License, or (at
// your option) any later version.
// 
// gaffitter is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with gaffitter; if not, see <http://www.gnu.org/licenses/>.
//
// ---------------------------------------------------------------------

@chenrui333 chenrui333 added the license License PRs label Jul 26, 2024
Signed-off-by: Rui Chen <[email protected]>

gaffitter: update license

Signed-off-by: Rui Chen <[email protected]>
@github-actions github-actions bot removed the deprecated license Formula uses a deprecated SPDX license which should be updated label Jul 26, 2024
@chenrui333 chenrui333 added this pull request to the merge queue Jul 27, 2024
Merged via the queue into master with commit ce056a9 Jul 27, 2024
23 checks passed
@chenrui333 chenrui333 deleted the gaffitter-cmake branch July 27, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles license License PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants