Skip to content

Commit

Permalink
remove bliss-overlay per request
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Aug 21, 2013
1 parent 9d5f294 commit 2a66faf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions funtoo/scripts/merge.py
Expand Up @@ -15,7 +15,6 @@
progress_overlay = SvnTree("progress", "https://gentoo-progress.googlecode.com/svn/overlays/progress")
sabayon_for_gentoo = Tree("sabayon-for-gentoo", "master", "git://github.com/Sabayon/for-gentoo.git", pull=True)
mate_overlay = Tree("mate", "master", "git://github.com/Sabayon/mate-overlay.git", pull=True)
bliss_overlay = Tree("bliss", "master", "git://github.com/fearedbliss/bliss-overlay.git", pull=True)

steps = [
SyncTree(gentoo_src,exclude=["/metadata/cache/**","ChangeLog", "dev-util/metro"]),
Expand Down Expand Up @@ -44,7 +43,6 @@
InsertEbuilds(bar_overlay, select="all", skip=["app-emulation/qemu"], replace=False),
InsertEbuilds(flora_overlay, select="all", skip=["sys-fs/spl", "sys-fs/zfs", "media-sound/oss", "x11-wm/qtile"], replace=False),
InsertEbuilds(mate_overlay, select="all", skip=None, replace=False),
InsertEbuilds(bliss_overlay, select="all", skip=None, replace=False),
SyncDir(mate_overlay.root, "eclass"),
SyncDir(mate_overlay.root, "sets"),
SyncFiles(mate_overlay.root, {
Expand Down

0 comments on commit 2a66faf

Please sign in to comment.