Commit graph

26 commits

Author SHA1 Message Date
AndersonTorres 6decab67c6 stella: 6.5.2 -> 6.5.3 2021-08-01 00:35:19 -03:00
AndersonTorres 7a6be9dca9 stella: 6.5.1 -> 6.5.2 2021-03-02 18:07:55 -03:00
AndersonTorres 4e00e092c2 stella: 6.4 -> 6.5.1 2021-02-04 20:26:06 -03:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
R. RyanTM bcbc529b91 stella: 6.3 -> 6.4 2020-11-12 05:31:41 +00:00
AndersonTorres 492507697a stella: 6.2.1 -> 6.3 2020-10-12 04:07:17 -03:00
1000101 53c0d59ba5
stella: 6.2.1 -> 6.3 (#100144) 2020-10-10 14:06:08 +00:00
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
R. RyanTM 30436fc02a stella: 6.2 -> 6.2.1 2020-07-02 16:39:49 -07:00
R. RyanTM df7aef73f7 stella: 6.1.2 -> 6.2 2020-06-17 11:54:45 -07:00
R. RyanTM d33679a0b8 stella: 6.1.1 -> 6.1.2 2020-05-04 08:56:19 +00:00
Anderson Torres 52a2005e7c
Update pkgs/misc/emulators/stella/default.nix
Co-Authored-By: Christoph Neidahl <christoph.neidahl@gmail.com>
2020-04-09 08:44:30 -03:00
Anderson Torres 1bfdc132e2
Update default.nix 2020-04-08 15:49:46 -03:00
AndersonTorres 4a68f9de50 stella: 4.1.1 -> 6.1.1 2020-04-07 11:29:47 -03:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
AndersonTorres 6ccd69872a Stella: 4.6 -> 4.6.1 2015-07-25 10:49:53 -03:00
AndersonTorres 5a91f9a34d Stella: 4.2 -> 4.6 2015-04-06 12:14:29 +02:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
AndersonTorres a86ba451bf Stella: update to 4.2 2014-11-18 11:12:47 -02:00
AndersonTorres f9c2d0a7a3 Stella: update to 4.1.1 2014-11-18 11:12:47 -02:00
AndersonTorres b39e5ce957 Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Michael Raskin 82ed86dd76 Remove unneeded definitions 2014-09-02 01:03:39 +04:00
AndersonTorres 44d772d1e0 Stella 4.0: New Package
Stella is an Atari 2600 VCS emulator
2014-08-31 14:31:09 -03:00