Home    Projects    Blog

Progetti

Pidgin-ConvReverse
Pidgin-ConvReverse e' un plugin per pidgin che fara' impazzire i vostri amici. Utilizzando i caratteri estesi della tabella ascii ruotera' e capovolgera' tutte le vostre conversazioni.

Homepage : http://sourceforge.net/projects/convreverse/

Su sourceforge trovate i sorgenti, il pacchetto deb(tnx albey) e l'ebuild.

Portage Hooks
A hooks system for portage doesn't exist. I tried to implement it!

GentooBugs : http://bugs.gentoo.org/258386

The ebuils was added in sunrise overlay (http://overlays.gentoo.org/proj/sunrise/). To install it on your gentoo distro, use this procedure :

  layman -f -a sunrise

  ACCEPT_KEYWORDS="~x86" emerge portage-hooks

Ebuild Metastore
From Home:
"metastore is a tool to store the metadata of files/directories/links in a file tree to a separate file and to later compare and apply the stored metadata to said file tree. I wrote the tool as a supplement to git which does not store all metadata, making it unsuitable for e.g. storing /etc in a repo. metastore could also be helpful if you want to create a tarball of a file tree and make sure that "everything" (e.g. xattrs, mtime, owner, group) is stored along with the files."

Homepage : http://david.hardeman.nu/software.php

Ebuild : sys-apps/metastore-20080623.ebuild
GentooBugs : Bugzilla Bug 219296 - ebuild request metastore

Ebuild + Patch Etckeeper
From Home:
"etckeeper is a collection of tools to let /etc be stored in a git, mercurial, or bzr repository. It hooks into apt (and other package managers) to automatically commit changes made to /etc during package upgrades. It tracks file metadata that revison control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with revision control. "

NB:: etckeeper-0.26-r1 ha come dipendenza metastore-20080623

Homepage : http://kitenet.net/~joey/code/etckeeper/

Ebuild : sys-apps/etckeeper-0.26-r1.ebuild
Patch : etckeeper-gentoo.patch
GentooBugs : Bugzilla Bug 216114 - ebuild request etckeeper