-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsyn-kw.cabal
35 lines (31 loc) · 1.46 KB
/
syn-kw.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: syn-kw
version: 0.0.1
synopsis: Sync keywords from one ebuild subree to another
description: Sync keywords from one ebuild subree to another.
Usage:
$ syn-kw [-p] <from_repo> <to_repo>
-p - means"pretend" (aka dry run)
Typical usecase:
$ syn-kw -p gentoo-x86/ gentoo-haskell/
Syncing keywords from gentoo-x86/ to gentoo-haskell/ [dry run]
Pulled 137 ebuild(s) for consideration
gentoo-haskell/dev-haskell/hscolour/hscolour-1.17.ebuild:
from: alpha amd64 ia64 ~ppc64 sparc x86
to: alpha amd64 ia64 ~ppc64 ~sparc x86
new: alpha amd64 ia64 ~ppc64 sparc x86
Aha, hscolour stabilized on sparc!
$ syn-kw gentoo-x86/ gentoo-haskell/
and we have pulled all the new keywords!
category: System
license: BSD3
author: Sergei Trofimovich
maintainer: Sergei Trofimovich <[email protected]>
build-depends: base,
containers,
directory,
filepath,
unix
build-type: Simple
executable: syn-kw
main-is: Main.hs
ghc-options: -Wall